CHIP-8 Interpreter Emulator written in V
Go to file
Vinicius Silva 198af8f9a2 Add keyboard instruction 2024-02-20 22:19:37 -03:00
docs/references Add keyboard instruction 2024-02-20 22:19:37 -03:00
img Creating img folder 2024-02-20 20:03:40 -03:00
roms Basic CHIP-8 full implemented 2024-02-20 20:03:40 -03:00
src Add keyboard instruction 2024-02-20 22:19:37 -03:00
.editorconfig Initial commit 2024-02-20 20:03:40 -03:00
.gitattributes Initial commit 2024-02-20 20:03:40 -03:00
.gitignore Initial commit 2024-02-20 20:03:40 -03:00
LICENSE Initial commit 2024-02-20 19:26:51 -03:00
README.md Creating img folder 2024-02-20 20:03:40 -03:00
v.mod Initial commit 2024-02-20 20:03:40 -03:00

README.md

!./img/chip8_banner.png

What is CHIP8

The Chip-8 is an interpreted programming language originally designed to develop simple games on 1970s computers. Created by Joseph Weisbecker, Chip-8 employs a virtual architecture to simplify game and application programming, implementing a set of basic instructions interpreted by a specific emulator.

Installation

git clone https://github.com/viniciusfdasilva/vchip8.git
cd vchip8

Execution

v run . ./roms/[YOUR_ROM].ch8

Result

!./img/ibm.png!./img/chip8.png