CHIP-8 Interpreter Emulator written in V
Go to file
Vinicius Silva 9e93277ae7 Merge branch 'main' of https://github.com/viniciusfdasilva/vchip8 2024-02-20 22:19:52 -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 Merge branch 'main' of https://github.com/viniciusfdasilva/vchip8 2024-02-20 22:19:52 -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 Update README.md 2024-02-20 20:06:53 -03:00
v.mod Initial commit 2024-02-20 20:03:40 -03:00

README.md

Alt ou título da imagem

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

Alt ou título da imagemAlt ou título da imagem