Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmatze/bee-game
A LowRez game where you control a bee to pollinate flowers across a scrolling world
https://github.com/webmatze/bee-game
64x64 dragonruby dragonruby-gtk lowres lowrezjam pixel-art
Last synced: about 1 month ago
JSON representation
A LowRez game where you control a bee to pollinate flowers across a scrolling world
- Host: GitHub
- URL: https://github.com/webmatze/bee-game
- Owner: webmatze
- Created: 2024-08-03T21:38:39.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T20:09:16.000Z (4 months ago)
- Last Synced: 2024-08-24T21:20:02.070Z (4 months ago)
- Topics: 64x64, dragonruby, dragonruby-gtk, lowres, lowrezjam, pixel-art
- Language: Ruby
- Homepage:
- Size: 8.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bee Pollination Adventure
A LowRez game where you control a bee to pollinate flowers across a scrolling world. Built using the DragonRuby GTK framework for the LowRez game jam.
## Game Features
- 64x64 pixel resolution gameplay
- Scrolling world spanning multiple screens
- Player-controlled bee character
- Flower pollination mechanics
- Obstacles and challenges (to be implemented)## Getting Started
### Prerequisites
- DragonRuby GTK (version 5.29 or later)
### Installation
1. Clone this repository:
```
git clone https://github.com/webmatze/bee-game.git
```
2. Navigate to the project directory:
```
cd bee-game
```
3. Run the game using Smaug.
```
smaug run
```## How to Play
- Use arrow keys to control the bee
- Collect pollen from flowers
- Avoid obstacles (coming soon)
- Pollinate as many flowers as possible!## Development
This game is currently in development. Contributions, suggestions, and feedback are welcome!
## Authors
- Mathias Karstädt
## License
This project is licensed under the [MIT License](LICENSE.md).
## Acknowledgments
- DragonRuby GTK team for the awesome game engine
- LowRez game jam for the inspiration