diff options
author | Gabriel Rodrigues Couto <gabrielrcouto@gmail.com> | 2016-02-21 12:53:03 -0300 |
---|---|---|
committer | Gabriel Rodrigues Couto <gabrielrcouto@gmail.com> | 2016-02-21 12:53:03 -0300 |
commit | c1e3e036e2144bd57140643cdd8cf8efe63c8907 (patch) | |
tree | e831da99a94ac497cd57e40697a140dcbf460b2e /docker-php-7 | |
parent | e71aab0397520ee94a8b6194d2a76c5813f06e05 (diff) | |
download | php-terminal-gameboy-emulator-c1e3e036e2144bd57140643cdd8cf8efe63c8907.zip php-terminal-gameboy-emulator-c1e3e036e2144bd57140643cdd8cf8efe63c8907.tar.gz php-terminal-gameboy-emulator-c1e3e036e2144bd57140643cdd8cf8efe63c8907.tar.bz2 |
Tested on PHP 7 - ~14 FPS
Keyboard working :-)
DR MARIO playable \o/
Diffstat (limited to 'docker-php-7')
-rwxr-xr-x | docker-php-7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-php-7 b/docker-php-7 new file mode 100755 index 0000000..11b7def --- /dev/null +++ b/docker-php-7 @@ -0,0 +1,2 @@ +#!/bin/bash +docker run -it -v $PWD:/app -w /app php:cli /bin/bash |