Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbu/snake-bundle
The snake game implemented with the Symfony console
https://github.com/dbu/snake-bundle
Last synced: 15 days ago
JSON representation
The snake game implemented with the Symfony console
- Host: GitHub
- URL: https://github.com/dbu/snake-bundle
- Owner: dbu
- License: mit
- Created: 2020-06-01T12:04:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T12:06:35.000Z (over 2 years ago)
- Last Synced: 2024-10-13T19:12:18.263Z (29 days ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 123
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/dbu/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# Screenshots
![start screen](snake.png)