This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FC-Chess/to do.md
T
AdmiralEmser 036e84d2c1 cleanup
2022-10-02 23:43:02 +02:00

12 lines
318 B
Markdown

# 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
*