GithubHelp home page GithubHelp logo

chip8emulator's Introduction

Chip8 Emulator build

A Chip8 Emulator written in C++ for fun!

Requirements

  • CMake version 3.23 or higher to build the app

  • Conan package manager 2.0 or higher to fetch and include the dependancies

Build Instructions

  • Clone the repository in a directory on your machine
Using CMake
  • Run conan install . --profile={your preferred conan profile}

  • Run CMake build system generation by either using editor features or by running cmake -B"./build"

  • Build the executable using the editor features or by running cmake --build "./build"

Using Conan
  • Run conan build . -pr={your preferred conan profile}

Usage

Simply Run Chip8Emulator.exe and have fun!

The key bindings are the following:

Key Emulator Pad
1 1
2 2
3 3
4 C
Q 4
W 5
E 6
R D
A 7
S 8
D 9
F E
Z A
X 0
C B
V F

Note

There is currently no loading solution for your own ROMs as this project is intended for demonstration only, but it will be implemented soon enough; in the meantime You can bring your TicTacToe skills to the next level ๐Ÿ˜‰

Tests tests

The tests are built together with the main executable unless differently specified. Full test coverage is not yet present, but all the current tests are passing so it is stable enough to fiddle with.

ThirdParty

  • The app uses SDL2 library to render the game, which is fetched automatically by Conan

  • The tests are implemented using CLove-Unit header-only library, which is already included into the repository by Conan

chip8emulator's People

Contributors

dc20-dev avatar

Watchers

 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.