Pitwall is a free and open F1 manager game being developed in python. There is very limited features and gameplay at the moment. Details are provided further below.
The game starts in 1998 and will allow the player to compete through to modern day F1.
The current objective is reach V1.0, that represents a "bare bones" game with all the major required features included in their most basic format. See the ROADMAP file for details on the planned features.
The UI is built using flet.
See the CONTRIBUTING file if interested in helping out.
See the acknowledgements file for credit of any assets used.
- Drivers retire
- Qualifying and Race sessions are simulated
- New drivers become available each year to hire
- Car speeds update at the start of each season
- Standard of factory facilities varies between teams
- Load/save (note game save automatically to save_game.db in src folder)
- Player can replace a retiring driver
- Player can upgrade facilities
- Player can increase/decrease the teams workforce
The game uses poetry to manage dependencies. The pyproject.toml
file is located in the src folder. Ensure you are running poetry from the src folder.
Install Poetry with the following pip command:
pip install poetry
Install the dependencies with the following command:
poetry install
Run the game with the following command:
poetry run flet main.py