This is a reimagining of the classic Moon Patrol game.
This project uses G2D, a graphical library written by Professor Michele Tomaiuolo. GitHub Repository
To run the game on Linux or macOS, execute the following command:
python3 moon_patrol.pyTo run the game on Windows, execute the following command:
python moon_patrol.pyThen, open your browser and navigate to https://localhost:8008.
- Use the directional arrows in the main menu to select your character.
- Use the directional arrows to move left and right.
- Press
Spaceto jump. - Press
Xto shoot. - Avoid obstacles to prevent a game over.
