Skip to content

Holeryn/CHIP8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP8

A simple chip 8 emulator written in C.

Compile with make

$ make e

For execute a game

(There are a lot of games into the games direcotry) es : Space Invaders [David Winter]

$ ./chip8 games/'Space Invaders [David Winter].ch8'