Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 979 Bytes

readme.md

File metadata and controls

31 lines (19 loc) · 979 Bytes

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