Home

Awesome

PHP Chip-8 Emulator

I don't know how many turing mashines deep this is but here is a Chip8 Emulator written in PHP.

Built on PHP-GLFW and the VISU framework.

demo

Features

FAQ

How To use it

  1. Clone the repository<br>
    $ git clone git@github.com:mario-deluna/php-chip8.git
    
  2. Install the dependencies<br>
    $ cd php-chip8
    $ composer install
    
  3. Double check PHP-GLFW is properly installed.
  4. Run the emulator<br>
    $ php bin/start.php
    

Credits

License

Please see License File for more information.