Skip to content

rkhapov/chip8_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 emulator

This is simple CHIP-8 emulator written at C It can be build using gcc and emcc, to do this, do

./build.sh emcc

or

./build.sh gcc

when building with gcc, the result is desktop SDL application result/chip8

when building with emcc, the result is web app at result/index.html

About

CHIP-8 emulator in browser launched with wasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published