A small game for a jam. Feed the forest!

Houkime e037ded02f update README with links 3 years ago
screenshot b14698b8c2 add screenshot for beautyw 3 years ago
src 62056251e6 initial commit 3 years ago
.gitignore 62056251e6 initial commit 3 years ago
Cargo.toml 62056251e6 initial commit 3 years ago
LICENSE efc8a857ef add LICENSE 3 years ago
README.md e037ded02f update README with links 3 years ago

README.md

HEARTLESS AUTUMN

Made for the first jam i hosted, https://itch.io/jam/fediverse-jam Itch: https://houkime.itch.io/heartless-autumn

Compile and run native

Install Rust, then:

git clone https://notabug.org/Houkime/heartless_autumn
cd heartless_autumn
cargo run

But. On linux you might need macroquad deps.

# ubuntu system dependencies
apt install pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev

# fedora system dependencies
dnf install libX11-devel libXi-devel mesa-libGL-devel alsa-lib-devel

# arch linux system dependencies
 pacman -S pkg-config libx11 libxi mesa-libgl alsa-lib

How To Play

Mouse-based.

Pick hoomans right from their huts.
Throw them into the foorest.
Fertilize the soil with their blood (blood not included).
Blood is a lot of water. Eventually, it makes lakes.
And blood with lakes borns monsters.

So, basically, screw the decentralized community people has built. With decentralized creepy green hell. Score-based. Your actions very quickly lead to no hoomans left, but you need hoomans for blood. Green jungles earn one point, lakes earn 5, and lake monsters are actually kinda slow so you might be able to toss additional 2 fellows. before they reach the final village.

Yeah, this is not the pinnacle of game design, BUT, I have learned new framework and a lot of new Rust, and whatever. Had fun ^^ You have your fun too.