Skip to content

hmumm/chip8emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip 8 Interpreter

Chip 8 programming language interpreter.

How to run

  1. Check the latest release and download the correct version for your operating system.
  2. On windows execute 'HJM.Chip8.MonoGameUI.exe', and on MacOS and Linux execute 'HJM.Chip8.MonoGameUI'.
  3. For main versions (tagged v<major>.<minior>.<patch>) you do not need to have .net installed

To run pre release builds

  1. Install .net 5
  2. Download chip8.zip
  3. run 'dotnet HJM.Chip8.MonoGameUI.dll'

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Want to help?

Checkout contributing.md :)

Acknowledgments

Followed this overview.

Sites used for reference