Skip to content

v1.2.0

Compare
Choose a tag to compare
@craigthomas craigthomas released this 21 Jun 19:48
· 18 commits to main since this release
4cfcee8

The v1.2.0 release of the Super Chip 8 emulator. This version of the release introduces several bug fixes and compatibility flags to the emulator, in part to make it more compatible with Octo.

  • Compatible with Python 3.6+
  • Target systems Windows, Linux, UNIX, MacOS

We strongly recommend creating a virtual environment using the virtualenv builder package as well as the virtualenvwrapper tools. With these tools, you can easily create a virtual sandbox to install pygame and run the emulator in, without touching your master Python environment. See the README.md file for more information on virtual environments.