TISHARP / random-2p-games-react

We're just coding up random two player games I guess in react js.
GNU General Public License v3.0
0 stars 0 forks source link

TODO - Add Checkers #1

Open TISHARP opened 3 months ago

TISHARP commented 3 months ago

Problem:

Currently there is no Checkers game added to our two player offerings.

Proposal:

We need to implement a minimal solution to checkers and add it to our project. In the event that such addition is large we can lazy load the code for it and suspend it until we actually launch the game.