A top-down 2D shooter game where you try to defeat as many evil Robots as possible. The game is made with PyGame and Python.
- Clone the repository
git clone https://github.com/SpeedyGo55/system_override.git- Install the required packages
pip install -r requirements.txt- Make a config.json file in the root directory with the following content:
{
"LEADERBOARD_SECRET": "<Dreamlo Leaderboard Secret Key>",
"LEADERBOARD_PUBLIC": "<Dreamlo Leaderboard Public Key>",
"LEADERBOARD_URL": "http://dreamlo.com/lb/"
}You can get the keys for free from Dreamlo
- Run the game
python main.py- Move: WASD
- Shoot: Left Mouse Button
- Aim: Mouse Cursor
With Esc you can go back to the Start Screen.
- 3 Weapons you can pick up. The enemies can spawn with these but cant pick them Up
- Name Input for the Online Dreamlo Leaderboard
- Dreamlo Leaderboard Integration
- Highscore Remembering through Name Input
- MedPacks to heal yourself