Skip to content

AllanDouglas/Chip8Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8Interpreter

A simple Chip8 Interpreter write in C # using .
NET 5. This Chip8 Interpreter has not proposed to be the most performatic one,
but good read for learning and comprehension.

Environment

You only will need the .NET 5 SDK installed.

Running

inside solution directory rum the command:

dotnet run --project .\Chip8Console\Chip8Console.csproj \rom\path\file.ch8

Roms and Awesome links

You can find roms and other tools here Awesome CHIP-8 - CHIP-8 (chip-8.github.io)

About

A simple Chip8 Interpreter write in C# using .NET 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages