Skip to content

luisgbm/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

CHIP-8 interpreter/emulator written entirely in JavaScript.

According to Wikipedia,

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker. It was initially used on the COSMAC VIP and Telmac 1800 8-bit microcomputers in the mid-1970s. CHIP-8 programs are run on a CHIP-8 virtual machine. It was made to allow video games to be more easily programmed for these computers.

🎮 Test it online now with Pong: https://luisgbm.github.io/chip8/

Remember to use a modern browser and allow audio in the site's settings to able to listen to all the glorious beeps!

I put some more programs in the programs.txt file, you should be able to load them by editing the index.html file.