Skip to content

Extremely simple Chip8 emulator that runs in the terminal.

Notifications You must be signed in to change notification settings

Tefached95/odin8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin8

This is a simple Chip8 emulator written in Odin as an exercise in both emulation and low level programming.

Compile

Make sure you have the Odin compiler set up and visible in your PATH. See here for more info.

$ make

$ ./odin8 ./programs/maze.ch8

See the programs folder for other available programs.

TODOs

  • Add support for keyboard input
  • Add support for the delay timer
  • Add support for the sound timer
  • Add support for importing your own program instead of having the maze hardcoded

About

Extremely simple Chip8 emulator that runs in the terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published