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#.
- Host: GitHub
- URL: https://github.com/jonthysell/chipeight
- Owner: jonthysell
- License: mit
- Created: 2018-07-18T19:31:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T19:44:51.000Z (over 5 years ago)
- Last Synced: 2025-01-15T18:25:09.362Z (4 months 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