Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 481 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 481 Bytes

pyMario

An amateur port to PC written in Python of the Super Mario Bros for NES.

Requirements

python (2.7):

    https://www.python.org/downloads/

Tests

nosetests --with-coverage --cover-package=.

with standard output:

nosetests --with-coverage --nocapture --cover-package=.

Run

python -m src.main

Release process

Windows

Using py2exe:

python setup.py py2exe

(Currently not working)