GithubHelp home page GithubHelp logo

karancodes / chip8.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reu/chip8.js

0.0 1.0 0.0 208 KB

CHIP8 emulator written in javascript.

Home Page: http://reu.github.com/chip8.js

License: MIT License

Makefile 0.20% JavaScript 96.14% HTML 1.90% CSS 1.76%

chip8.js's Introduction

Chip8.js

Chip8.js aims to bring CHIP8 emulation to the browser and node.js.

Demo

Currently, the demo doesn't support Internet Explorer.

http://reu.github.com/chip8.js

Running the tests

The emulator is almost completely covered with automated tests. You can run the CPU tests using node, with the test task:

$ make test

To run the Keyboard and emulator tests, you must run the suite in the browser.

$ make test-browser

And then accessing http://localhost:3000/test/tests.html URL.

You can also run the tests online by following http://reu.github.com/chip8.js/test/tests.html

Documentation

The documentation is located in the doc folder, and can be found online at http://reu.github.com/chip8.js/doc

It is generated by YUIDoc, so if you need to update it, make sure you have it installed:

$ npm install yuidocjs

Then, to generate the documentation, just run:

$ make documentation

License

MIT License. Copyright 2013 Rodrigo Navarro. http://rnavarro.com.br

chip8.js's People

Contributors

reu avatar

Watchers

James Cloos 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.