Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.58 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.58 KB

Content

Chip-8 is a simple, interpreted, programming language which was first used on some do-it-yourself computer systems in the late 1970s and early 1980s.

How to run

Linux

Install sdl2 (you can install this on debian based distros by typing sudo apt install libsdl2-dev)
you can compile it by running make in the terminal
after that you can run the program by giving the path of the rom
./chip8 rom/BLITZ.ch8

Keyboard

Chip 8 Key Keyboard Key
1 1
2 2
3 3
4 Q
5 W
6 E
7 A
8 S
9 D
0 X
A Z
B C
C 4
D R
E F
F V

Images

space invaders space invaders blitz

References

Wiki

Documentation

Chip8 ROMs

Test ROM for instructions

Test ROM for keyboard