Google AdSense

Tuesday, March 24, 2015

Pygasus, an NES emulator written in Python

Descriptions

  • This emulator is not written by me.

Youtube

Downloads

Requirements

Comments

  • It is needed to change the statement "f=file(name)" to "f=file(name, 'rb')" to let it being executeable. The statement is inside the function read_ines which is inside pygasus.py. You may get the error message "IndexError: list index out of range" with PRGupper if you don't change it.
  • I can not understand why the video runs so smooth and i can get only 13 FPS. Is that because of his good computer?
  • Shed Skin is a little hard to use. The installation and test is all fine but the problem comes when i try to compile pygasus. It is because that Shed Skin limits the usage of import and Pygame is not fit the standard after revisions. It's not possible for me to manually change all these third libraries.

No comments:

Post a Comment