nes icon indicating copy to clipboard operation
nes copied to clipboard

A Nintendo Entertainment System (NES) emulator in Python and Cython.

Results 2 nes issues
Sort by recently updated
recently updated
newest added

After installing just using `pip install pyntendo` then trying to run a game a few times, I realized you also need - cython - pygame - numpy Please could you...

Error: ``` pygame 2.4.0 (SDL 2.26.4, Python 3.11.3) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "E:\Pyntendo\main.pyw", line 1, in from nes import NES, SYNC_AUDIO, SYNC_NONE,...