Kaplumbaga is a competitive fast-typing game which you can play with your friends.
Play: Kaplumbaga - Test your speed.
Flask, React, SocketIO
Clone the repo
git clone https://github.com/erentnr/kaplumbaga.git
Create virtual environment for server
cd kaplumbaga/server && python -m venv venv
source venv/bin/activate
Run server
python game.py
Go client folder and install dependencies
cd ../client && npm install
Run client
npm start