Popular snake game implementation in PHP and running in CLI.
Popular snake game implementation in PHP and running in CLI.
PHP-ML requires PHP >= 7.0.
╔══════════════════════════════════════════════════════════════╗
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ░ ║
║ ░ $ ║
║ ░ ║
║ ░ ║
║ ░ ║
║ ░░░░░░░░░░░░░░█ ║
║ ║
║ ║
║ ║
║ ║
║ ║
║ ║
╚══════════════════════════════════════════════════════════════╝
Clone from GitHub:
git clone [email protected]:itcraftsmanpl/php-snake.git
cd php-snake
composer install --no-dev
Run simple command in CLI:
php snake.php
Keys:
w - move up
a - move left
s - move down
d - move right
These publications have helped me in creating PHP-Snake game:
PHP-Snake is released under the MIT Licence. See the bundled LICENSE file for details.
Arkadiusz Kondas (@ArkadiuszKondas)