You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated version of chess with new features added. Missing features fr…
…om normal chess are.
- Game doesn't prevent user from putting king into dangerous position
- 3-fold move repition unimplemented
- Pawns cannot execute enpassant.
- Recording feature still missing
Original version ripped out of TextAdventure project I made, the code…
… is adapted specifically for
the multiplayer textbased version of chess. Has a bunch of wrapper classes in the the original project,
MiniGameMatch and MiniGameLobby if you don't remember