16-bit 1v1 platform minigame made for a final high-school project
- Runs on Python 3.7 (or more recent) using the Pygame library.
Both players spawn in a closed arena where they have shoot at each other until one of them loose all its 3 hp.
- Controls are displayed in "Contrôles" on the main menu
- There are 3 maps you can play on : Sunset Mountain, Icy Arena and Neo Lagos
Executable
- Execute "DashLegends.exe"
Install pygame on Windows
- Install pygame with pip on the command prompt
py -m pip install -U pygame --user
- Launch main.py from the game repository
py main.py
Install pygame on Linux or MacOS
- Install pygame with pip
python3 -m pip install -U pygame --user
- Launch main.py from the game repository
python3 main.py




