Skip to content

Releases: Kautenja/nes-py

Info Callback

20 Jul 12:37
Compare
Choose a tag to compare

add a callback for info

Implement lifecycle callbacks

20 Jul 04:59
Compare
Choose a tag to compare

Implement callbacks for polymorphism:

  • _frame_advance
  • _will_reset
  • _did_reset
  • _did_step

Memory Access

20 Jul 04:57
9e2ba99
Compare
Choose a tag to compare

Define an API for accessing NES memory in Python

Fix README

20 Jul 04:59
Compare
Choose a tag to compare

Correct a broken link in the README when publishing to PyPi

Fix CLI

20 Jul 04:59
Compare
Choose a tag to compare

fix CLI to require the ROM path

Remove very-good-setup-tools-git-version

19 Jul 05:12
Compare
Choose a tag to compare

appears to have an issue where debian systems installing from source try to use the git version (which is obviously not available in the sdist).

Create Deployment Script for Darwin and Debian Systems

19 Jul 05:11
Compare
Choose a tag to compare

Create setup.py to compile LaiNES dependency into .so file.

  • tested on Darwin and Debian systems

Resolve Licensing Issues

18 Jul 23:40
2de8ce2
Compare
Choose a tag to compare

Fix licensing in LICENSE and setup.py

Python Interface to play games

18 Jul 23:02
29e89e6
Compare
Choose a tag to compare

Define a complete interface (including CLI) to load and play games on the NES through Python.

Initial Release

17 Jul 07:19
Compare
Choose a tag to compare

Release simple C++ code based on LaiNES implementation