Skip to content

Releases: craigthomas/Chip8Python

v2.0.1

10 Sep 14:53
460ac4f
Compare
Choose a tag to compare

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

01 Sep 21:50
bb3b55a
Compare
Choose a tag to compare

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

21 Jun 19:48
4cfcee8
Compare
Choose a tag to compare

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

10 Mar 02:52
2ebf108
Compare
Choose a tag to compare

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

20 Jul 02:00
5ae6b6d
Compare
Choose a tag to compare

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

07 Aug 03:15
0d4e232
Compare
Choose a tag to compare

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.