domhnallmorr / Pitwall

Motorsport manager game built in python
MIT License
2 stars 1 forks source link
f1 f1-manager flet formula1 game manager-game motorsport python simulation-engine sports-manager-game

Pitwall

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.

Features

Gameplay Features

RUNNING THE GAME

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

Preview

p0

p1

p2

p3

p4

p5