Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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