PHP code example of gabrielrcouto / php-terminal-gameboy-emulator

1. Go to this page and download the library: Download gabrielrcouto/php-terminal-gameboy-emulator library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

gabrielrcouto / php-terminal-gameboy-emulator example snippets

bash
$ wget https://raw.githubusercontent.com/gabrielrcouto/php-terminal-gameboy-emulator/master/bin/php-gameboy.phar
$ chmod +x php-gameboy.phar
$ mv php-gameboy.phar /usr/local/bin/php-gameboy
bash
$ php-gameboy drmario.gb
$ php-gameboy pokemon.gbc
bash
$ git clone https://github.com/gabrielrcouto/php-terminal-gameboy-emulator.git
$ cd php-terminal-gameboy-emulator
$ composer install -o