Milestone 1

Basic chess pieces on board, simple movement. We'll find the right abstractions to build this simple prototype with and use those to lay the groundwork for the framework.

Back-End

  • Data structure for spaces (simple 2D array of space objects)
  • Pieces that can move
  • Simple player and board classes with turn functionality

Front-End

  • Rendering current board state in variable sizes (8x8 for chess)
  • Taking basic movement input

Front-End <-> Back-End

  • Data structure for visual board representation
  • Data structure for player input
  • transfer between front-end and back-end
2024-11-26
100% Completed
#6 by AdreasKoessler was closed 2024-12-12 15:47:20 +00:00 4 / 4
#3 by leon-adsk was closed 2024-11-26 13:15:06 +00:00
#2 by leon-adsk was closed 2024-11-23 14:11:52 +00:00 2 / 2
#1 by leon-adsk was closed 2024-11-26 13:21:31 +00:00 5 / 5