Simple game "rock scissors paper" based on websockets.
It's use native JavaScript on client, python FastAPI framework with uvicorn as server and bootstrap for beauty.
- Firstly, clone this repository
- Enter to "backend" dir
cd backend
- Install requirements:
pip install -r requirements.txt
- Run server by command:
py main.py
- Go to http://127.0.0.1:8000/ and enter room number (any digits, ex. 123)