Chip 8 programming language interpreter.
- Check the latest release and download the correct version for your operating system.
- On windows execute 'HJM.Chip8.MonoGameUI.exe', and on MacOS and Linux execute 'HJM.Chip8.MonoGameUI'.
- For main versions (tagged v<major>.<minior>.<patch>) you do not need to have .net installed
- Install .net 5
- Download chip8.zip
- run 'dotnet HJM.Chip8.MonoGameUI.dll'
This project is licensed under the MIT License - see the LICENSE.txt file for details
Checkout contributing.md :)
Followed this overview.
Sites used for reference