Download the PHP package bafs/chip8 without Composer
On this page you can find all versions of the php package bafs/chip8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package chip8
CHIP-8 Emulator
Chip 8 emulator coded in PHP 8, using Symfony "Console" package.
Run in the terminal
composer i
./bin/chip8 <yourgame.ch8>
The default keyboard layout was mapped as follows:
Tests
./vendor/bin/phpunit tests/ --testdox
Quality
Static Analysis
./vendor/bin/phpstan analyse src/ -l 7
Syntax lint
./vendor/bin/phpcs --standard=PSR12 src/
Documentation
- https://chip-8.github.io/
- https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Technical-Reference
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
All versions of chip8 with dependencies
PHP Build Version
Package Version
The package bafs/chip8 contains the following files
Loading the files please wait ....