Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbarbat/beegame
PHP BeeGame
https://github.com/sbarbat/beegame
Last synced: about 2 months ago
JSON representation
PHP BeeGame
- Host: GitHub
- URL: https://github.com/sbarbat/beegame
- Owner: sbarbat
- Created: 2019-03-24T11:31:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T12:09:15.000Z (over 4 years ago)
- Last Synced: 2024-10-11T11:11:13.681Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bee Game
@author Santiago Barbat## Install dependencies
```bash
composer install
```## Run the game
```bash
./beesinthetrap
```## Run tests
```bash
vendor/bin/behat
```