This project is the second credit project at the Lyceum Academy Yandex. This is a racing game that can be played alone or together online over a local network.
1.1 Run this command
git clone https://github.com/GrishaTS/YaRaceOnline-Game2023YandexProject
2.1 First of all, from root directory run this command
python -m venv venv
2.2 Then run this command to activate venv
source venv/bin/activate
.\venv\Scripts\activate
3.3 Run this command
pip install -r requirements.txt
4.1 Generate file '.env' in root directory with such structure
IPv4=YOUR-IPv4-address
DATABASE=YOUR-DATABASE-FILE
5.1 Run this command
python main.py