This app is a part of my engineering degree work. It features a fully functional chess app playable in WWW. Things to do:
- play anonymously or logged in
- create private rooms and invite other players
- play against AI of varying difficulty
- participate in a global ranking
- view profiles of players
- replay games step by step from saved match history
Check live demo here
npm install
npm start
pip install -r requirements.txt
cd server
python app.py
This app features full mobile support and light/dark theme switch