https://github.com/jonthysell/chipeight
A CHIP-8 emulator written in C#.
https://github.com/jonthysell/chipeight
chip8 chip8-emulator chip8-interpreter
Last synced: about 1 month ago
JSON representation
A CHIP-8 emulator written in C#.
- Host: GitHub
- URL: https://github.com/jonthysell/chipeight
- Owner: jonthysell
- License: mit
- Created: 2018-07-18T19:31:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T19:44:51.000Z (over 6 years ago)
- Last Synced: 2025-03-05T05:44:57.472Z (about 1 year ago)
- Topics: chip8, chip8-emulator, chip8-interpreter
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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