Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 966 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 966 Bytes

ChipSharp

image
Build status

About

ChipSharp is a Chip-8 Interpreter built in C# using Windows Forms. It is not yet feature complete.

Prerequisites

  • The .NET 5 Runtime needs to be installed on your system.
  • ChipSharp primarily supports Windows at the moment, though you might be able to run it with Mono on other platforms. This has not been tested yet.

Downloads

Latest Release

Building

ChipSharp is a self-contained, standard C# Windows Forms project. It can be built using either JetBrains Rider or Visual Studio 2019.

Features

  • Full Chip-8 compatibility
  • Freely assignable keybindings

Planned Features

  • Debugger
  • Disassembler
  • Ability to turn off beeps