PJohannessen / CHIP-8

CHIP-8 emulator written in .NET Core / C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIP-8

Yet another CHIP-8 emulator/interpreter, this one written in C# running on .NET Core 3.1.

This project is purely for fun and self education. There is a wealth of more detailed and accurate resources available. Should I ever complete enough of it I intend to create (yet another) blog series detailing its creation.

Prerequisites

Tested on Windows 10 and MacOS Catalina, but should be compatible anywhere that .NET Core 3.1 and SDL2 are supported.

Getting Started

  • Install .NET Core 3.1
  • Install .NET
  • cd /src
  • dotnet run

Resources

This project would not be possible without the following:

About

CHIP-8 emulator written in .NET Core / C#

License:MIT License


Languages

Language:C# 100.0%