https://github.com/timendus/bee-alive
Bee Alive, our entry for Ludum Dare 46
https://github.com/timendus/bee-alive
Last synced: about 1 year ago
JSON representation
Bee Alive, our entry for Ludum Dare 46
- Host: GitHub
- URL: https://github.com/timendus/bee-alive
- Owner: Timendus
- License: lgpl-3.0
- Created: 2020-04-14T15:26:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:04:16.000Z (over 3 years ago)
- Last Synced: 2025-01-29T12:47:57.909Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ldjam.com/events/ludum-dare/46/bee-alive
- Size: 20.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bee Alive!
A multiplayer game created for [Ludum Dare 46](https://ldjam.com/events/ludum-dare/46/bee-alive). The goal of the game is to gather more bees then your friends. Either by taking the bees that fly around or by taking them from your opponent.
This game works in the browser. It was tested in the latest Safari, FireFox and Chrome.
You can move your queen bee with `WASD`.
## Install
```bash
git clone git@github.com:Timendus/plumbing.git
cd plumbing
yarn install # or npm install
yarn run dev # or npm run dev
```
This will run on port `8000`
### Contributors
* Lead programmers: [@bobvanderlinden](https://github.com/bobvanderlinden), [@nickschot](https://github.com/nickschot) & [@timendus](https://github.com/Timendus)
* Designers: [@minthamie](https://github.com/MinThaMie) & [@mirandavdende](https://github.com/mirandavdende)
* Sound: [@srekke](https://github.com/srekke)