This is the game that I developed using python. It has 4 levels, with increasing difficulty. Duh!
The sprites, sounds and images used in the game are stored in 'FP sampls' folder.
- Python
- Python's pygame library
Maryo requires Python and pygame to run.
Type the following commands before running the main file. If you already have python installed, you can skip the first command.
$ pip install python
$ npm install pygame
Now to run the game, type the following commands.
$ cd FP/ sampls
$ python maryo.py
Enjoy!!
Suggestions are welcome.