This commit is contained in:
AdmiralEmser
2022-10-02 23:43:02 +02:00
parent 2335d6ebd3
commit 036e84d2c1
10 changed files with 18 additions and 18 deletions
+12
View File
@@ -0,0 +1,12 @@
# To Do List
## What features/functions do I need?
* save (autosave)
* load
* 2x 2D arrays: possible moves and positions
* check if move is allowed (vertical, etc.)
* check if another piece or rule blocks movement
* "special" rules
* switch between players
* check if position is out of boundaries
* TUI using ASCII
*