Releases: Kautenja/nes-py
Releases · Kautenja/nes-py
Info Callback
add a callback for info
Implement lifecycle callbacks
Implement callbacks for polymorphism:
_frame_advance
_will_reset
_did_reset
_did_step
Memory Access
Define an API for accessing NES memory in Python
Fix README
Correct a broken link in the README when publishing to PyPi
Fix CLI
Remove very-good-setup-tools-git-version
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
Create setup.py to compile LaiNES dependency into .so file.
- tested on Darwin and Debian systems
Resolve Licensing Issues
Fix licensing in LICENSE
and setup.py
Python Interface to play games
Define a complete interface (including CLI) to load and play games on the NES through Python.
Initial Release
Release simple C++ code based on LaiNES implementation