Skip to content

Releases: craigthomas/Chip8Python

v2.0.2

Choose a tag to compare

@craigthomas craigthomas released this 16 Jan 02:36
5e414e9

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

Choose a tag to compare

@craigthomas craigthomas released this 10 Sep 14:53
460ac4f

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

Choose a tag to compare

@craigthomas craigthomas released this 01 Sep 21:50
bb3b55a

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

Choose a tag to compare

@craigthomas craigthomas released this 21 Jun 19:48
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.

v1.1.1

Choose a tag to compare

@craigthomas craigthomas released this 10 Mar 02:52
2ebf108

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

Choose a tag to compare

@craigthomas craigthomas released this 20 Jul 02:00
5ae6b6d

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

Choose a tag to compare

@craigthomas craigthomas released this 07 Aug 03:15
0d4e232

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.