Fix compilation with latest V, separate updates from the display refresh rate, improve keyboard handling, run `v fmt -w .`, enable running on macos and windows. |
||
|---|---|---|
| docs/references | ||
| img | ||
| roms | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| v.mod | ||
README.md
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:
git clone --branch main https://github.com/viniciusfdasilva/vchip8.git
cd vchip8
Execution
v run . ./roms/[YOUR_ROM].ch8




