chip-8

command module
v0.0.0-...-1975e16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2021 License: MIT Imports: 7 Imported by: 0

README

CHIP 8

Using go version 1.16

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.

Documentation

Overview

Package main provides primitive CPU functions i.e fetching - decoding - executing a program.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL