Skip to content

jacobvaneijk/chippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chippy

A (Super) CHIP-8 virtual machine.

License

CHIP-8 is an interesting little programming language. Programs written in it are run on a CHIP-8 virtual machine. This repository contains the source code for my CHIP-8 virtual machine, which I made to get started with emulation.

Building

  1. Make sure you have installed the following dependencies:

    • meson
    • git
  2. Clone the source with git and cd into the cloned repository:

    $ git clone https://github.com/jacobvaneijk/chippy.git && cd chippy
  3. Build:

    $ meson build

License

Licensed under the terms of the MIT license.

About

A (Super) CHIP-8 virtual machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published