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 Chess #3

Open TISHARP opened 2 weeks ago

TISHARP commented 2 weeks ago

Problem:

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

Proposal:

We need to implement a minimal solution to chess 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.

thatssocool commented 1 week ago

I'll tackle it :)

thatssocool commented 22 hours ago

almost done!