dbu / snake-bundle
Snake Game (demo for the Symfony 5.1 console)
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 125
Watchers: 2
Forks: 11
Open Issues: 0
Type:bundle
pkg:composer/dbu/snake-bundle
Requires
- php: ^7.4 || ^8.0
- ext-ctype: *
- ext-iconv: *
- dbu/snake: ^1.0
- symfony/framework-bundle: ^5.4 || ^6.0
Requires (Dev)
- symfony/flex: ^1.3.1
- symfony/yaml: ^5.4 || ^6.0
README
                             /^\/^\
                           _|__|  O|
                  \/     /~     \_/ \
                   \____|__________/  \
                         \_______      \
                                 `\     \                    \
                                  |     |                     \
 ____              _             /     /                       \
/ ___| _ __   __ _| | _____     /     /                         \\
\___ \| '_ \ / _` | |/ / _ \   /     /                           \ \
 ___) | | | | (_| |   <  __/  /     /                             \  \
|____/|_| |_|\__,_|_|\_\___| /     /             _----_            \   \
                            /     /           _-~      ~-_         |   |
                           (      (        _-~    _--_    ~-_     _/   |
                            \      ~-____-~    _-~    ~-_    ~-_-~    /
                              ~-_           _-~          ~-_       _-~   - jurcy -
                                 ~--______-~                ~-___-~
Symfony bundle for dbu/php-snake, the command line snake game.
This repository provides the bundle to install in a Symfony application. If you just want the game stand-alone, look at the php-snake repository.
Installation and Usage
Installation
In your Symfony application, run:
composer require dbu/snake-bundle
Run
bin/console game:snake
Development
Clone the git repository, then run:
composer install
./tests/fixtures/app/bin/console game:snake
