Discover Packages
github.com/anthonygedeon/chip-8
command
module
Version:
v0.0.0-...-1975e16
Opens a new window with list of versions in this module.
Published: Jul 25, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
CHIP 8
Chip 8 is a CHIP-8 emulator that runs Chip-8 public domain roms. The Chip 8 actually never was a real system, but more like a virtual machine (VM) developed in the 70’s by Joseph Weisbecker. Games written in the Chip 8 language could easily run on systems that had a Chip 8 interpreter.
Current sources:
Installation
You must have golang installed on your machine
go install github.com/anthonygedeon/chip8
Usage
Default clock speed: 60Hz
chip8 run tetris
Version
chip8 version
Help
chip8 help
Support Me
Give a ⭐ if this project was helpful in any way!
License
The code is released under the MIT LICENSE .
Expand ▾
Collapse ▴
Documentation
¶
Package main provides primitive CPU functions i.e
fetching - decoding - executing a program.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.