An amateur port to PC written in Python of the Super Mario Bros for NES.
python (2.7):
https://www.python.org/downloads/
nosetests --with-coverage --cover-package=.
with standard output:
nosetests --with-coverage --nocapture --cover-package=.
python -m src.main
Using py2exe:
python setup.py py2exe
(Currently not working)