Releases: craigthomas/Chip8Python
v2.0.2
The v2.0.2 release of the Super Chip 8 emulator. This version of the release implements a new way of limiting instructions per second.
- 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.
v2.0.1
The v2.0.1 release of the Super Chip 8 emulator. This version of the release implements a small bugfix found in the right shift register operation.
- 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.
v2.0.0
The v2.0.0 release of the Super Chip 8 emulator. This version of the release implements XO Chip functionality into the emulator, making it fully Octo compatible.
- 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.
v1.2.0
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.
v1.1.1
The v1.1.1 release of the Super Chip 8 emulator. This version of the release updates the emulator to use Python 3.
- Compatible with Python 3.6+
- Target systems Windows, Linux, UNIX, MacOS
We strongly recommend creating a virtual environment using the virtualenv
builder 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 environment.s
v1.1.0
The v1.1.0 release of the Super Chip 8 emulator. This version of the release updates the emulator to use Python 3.
- Compatible with Python 3.6+
- Target systems Windows, Linux, UNIX, MacOS
We strongly recommend creating a virtual environment using the virtualenv
builder 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 environment.s
v1.0.0 Release
The v1.0.0 release of the Super Chip 8 emulator.
- Compatible with Python 2.7.6
- Target systems Windows, Linux, UNIX, MacOS
We strongly recommend creating a virtual environment using the virtualenv builder 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.