CHIP-8 Interpreter Emulator written in V
Go to file
Vinicius Silva ee8d6c8cc9 Change README.md 2024-02-20 23:35: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 Removing bug 2024-02-20 23:29:49 -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 Change README.md 2024-02-20 23:35:37 -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

For install V programming language see more in: V install

git clone --branch main 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