Unnammed Full Stack Project Roadmap
-
Add ability to play as black.
-
Add squares to the chess board to make it easier to tell squares apart.
-
Support player castiling.
-
Implement 3 move repititon.
-
Use iterative deepening.
-
Use transposition tables.
-
Support making moves in short
algebraic notation.
-
Support exporting of pgn files.
-
Add wasm target and deploy to the internet.
-
Look into adding option to use multi threaded searching -- Unlikely.