Code Monkey home page Code Monkey logo

chip8's Introduction

Chip8

This is a toy project to introduce myself to interpreters & compilers as well as improve my C++ skills

The goal is to create:

  • a Chip8 interpreter, also refered as ‘VM’ in the following document (and code).
  • a pseudo-assembly chip8 compiler.

The main work is currently done on the C++ branch. I first implemented the interpreter in C and I’m not transitioning to C++ while adding a GUI built on SFML.

Getting Started

Installation

git clone https://github.com/VrncQuentin/Chip8
cd Chip8
make install
chip-8 -h

If you get something similar to the following you’re good to go.

add help

Running

Compiling

Specifications

General information

The main ressources I’m following are these three:

Interpreter (VM)

Compiler

chip8's People

Contributors

vrncquentin avatar

Stargazers

Edouard SENGEISSEN avatar

Watchers

James Cloos avatar  avatar Edouard SENGEISSEN avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.