Skip to content

Emulates Chip 8 instructions, using C#.

License

Notifications You must be signed in to change notification settings

uuksu/chip8emulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip 8 Interpreter

Chip 8 programming language interpreter.

How to run

  1. Currently the easiest way is to open it in Visual Studio using the steps below and run it through there. Easier to run builds should be available soon.

Dev Environment Setup

Windows

  1. Clone down the project
  2. Open the solution in Visual Studio

Mac

Note I have not tested this if you have make a pullrequest with the steps you took!

  1. Clone down the project
  2. Open the solution in Visual Studio for Mac

Linux

Note I have not tested this if you have make a pullrequest with the steps you took!

  1. Clone down the project
  2. Open the folder in vscode

License

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

Acknowledgments

Followed this overview.

Sites used for reference

About

Emulates Chip 8 instructions, using C#.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%