Skip to content

FrancescoRigoni/Chip8Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 platform emulator

An emulator for the Chip8 platform written in Scala. This was my first emulator, and also my first real Scala project.

To build the emulator you need to make sure you have scalac and sbt, then run:

$ sbt compile

To run the emulator use the startemu.sh script

$  ./startemu.sh chip-8-roms/games/Space\ Invaders\ \[David\ Winter\].ch8

You can also import the project in IntelliJ.

Visit my website The Code Butchery for a tutorial on how to make your own emulator:

Tutorial - Part 1
Tutorial - Part 2
Tutorial - Part 3
Tutorial - Part 4

Astrododge Astrododge Trip8

About

An emulator for the Chip8 platform in Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published