Márcio's Arcade games
All notable changes to this project will be documented in this Change log.
git clone https://github.com/marcio-pessoa/marcade.git
sudo apt install portaudio19-dev python3-all-dev
cd marcade
pip3 install -r requirements.txt
To start a random game:
./marcade.py
To start a game (ie: Invasion):
./marcade.py invasion
For help:
./marcade.py -h
Based on memorable Space Invaders
Based on classic Pong
Based on amazing Asteroids
Based on the fun Snake
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into main
! If you can, please make sure the game fully works before sending the Pull Request, as that will help speed up the process.
Licensed under the GPLv2.
I made this in my spare time, and it's hosted on GitHub, but if you enjoyed the game and feel like buying me coffee, you can donate at GitHub at GitHub Sponsors or my PayPal: marcio.pessoa@gmail.com. Thank you very much!