PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Couto   PHP Gameboy Emulator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Gameboy Emulator
Emulate Gameboy console in a terminal in pure PHP
Author: By
Last change: Some functions moved to LcdController

TerminalCanvas refactored, removed Drawille dependency, implemented a faster braille render. Thank you @whatthejeff for the inspiration :-)

Little FPS gain #46
Date: 7 years ago
Size: 734 bytes
 

Contents

Class file image Download
{ "name": "gabrielrcouto/php-terminal-gameboy-emulator", "description": "Terminal Gameboy Emular", "keywords": ["terminal","console","gameboy","emulator"], "homepage": "http://github.com/gabrielrcouto/php-terminal-gameboy-emulator", "license": "MIT", "authors": [ { "name": "Gabriel Rodrigues Couto", "email": "gabrielrcouto@gmail.com" } ], "require": { "php": ">=5.6.0" }, "bin": ["bin/php-gameboy"], "require-dev": { "squizlabs/php_codesniffer": "2.0.*@dev", "symfony/finder" : "*" }, "config": { "bin-dir": "bin" }, "autoload": { "psr-4": { "GameBoy\\": "src/" } } }