An open API service indexing awesome lists of open source software.

https://github.com/jonthysell/chipeight

A CHIP-8 emulator written in C#.
https://github.com/jonthysell/chipeight

chip8 chip8-emulator chip8-interpreter

Last synced: 2 months ago
JSON representation

A CHIP-8 emulator written in C#.

Awesome Lists containing this project

README

        

![ChipEight ScreenShot](./.github/screenshot.png)

# ChipEight #

ChipEight is a CHIP-8 emulator written in C#.

## Projects ##

### ChipEight ###

A shared library containing the emulator.

### ChipEight.WinFormsApp ###

A sample winforms app using the ChipEight library.

### ChipEight.ConsoleApp ###

A sample console app using the ChipEight library.

### ChipEight.Test ###

Unit tests for the ChipEight library.

ChipEight is developed in C# for .NET 4.6.1.

## Errata ##

ChipEight is open-source under the MIT license.

ChipEight Copyright (c) 2018-2020 Jon Thysell