Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 614 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 614 Bytes

Chess Server + UI

I love chess, and wanted to practice C++, so I made a simple frontend + game engine / game server. Lots of features are missing (matchmaking, elo, cycle through moves of a game, etc.), but basic gameplay works. I am aware that some of the code is ugly, and that there are a lot of things done incorrectly w.r.t idiomatic/performant C++.

Frontend -> Typescript, React, Redux
Backend -> C++, BoostDI, cpp-httplib, websocketpp

Screenshot of app