Skip to content

krymancer/buzzness-tycoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzness Tycoon

Buzzness Tycoon is a simple game that I'm working on to learn Zig and have an excuse to use raylib.

Concept

The game revolves around an isometric grid where flowers grow and potentially wither to make space for new ones. The player's task is to manage bees, collecting pollen to produce honey. Bees have a limited lifespan, so you'll need to invest in creating new bees as the older ones die off. The game ends if all your bees die and there's no pollen left to collect. I plan to implement an upgrade system to enhance the gameplay further.

Screenshot

Buzzness Tycoon Screenshot

Build

You can use debug for vscode if you have the C/C++ extension.

Or if you have Zig installed:

zig build run # this will build and run the project

Or:

zig build 
./zig-out/bin/buzzness-tycoon.exe # or only buzzness-tycoon if in unix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages