Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 677 Bytes

File metadata and controls

30 lines (22 loc) · 677 Bytes

Maryo

A different version of maryo based on python.

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.

Requirements!

  • Python
  • Python's pygame library

Installation

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

Running

Now to run the game, type the following commands.

$ cd FP/ sampls
$ python maryo.py

Enjoy!!

Suggestions are welcome.