Skip to content

marcio-pessoa/marcade

Repository files navigation

MArcade

Márcio's Arcade games

Changes

All notable changes to this project will be documented in this Change log.

Installing

Cloning

git clone https://github.com/marcio-pessoa/marcade.git

Installing SO dependencies

sudo apt install portaudio19-dev python3-all-dev

Installing required Python modules

cd marcade

pip3 install -r requirements.txt

Usage

To start a random game:

./marcade.py

To start a game (ie: Invasion):

./marcade.py invasion

For help:

./marcade.py -h

Games available

Invasion

Based on memorable Space Invaders

Invasion

Pongue

Based on classic Pong

Pongue

Rocks

Based on amazing Asteroids

Rocks

Serpent

Based on the fun Snake

Rocks

Contributing

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.

License

Licensed under the GPLv2.

Donations

I made this in my spare time, and it's hosted on GitHub (which means I don't have any hosting costs), but if you enjoyed the game and feel like buying me coffee, you can donate at my PayPal: [email protected]. Thank you very much!