The Bonfire
A captivating survival game where you must manage your resources, keep the fire burning, and survive through the night. Simple to learn, challenging to master.
Survive the night. Build your fire. Defend against the darkness. A minimalist survival game where every decision matters.
Download The Bonfire for Windows. Extract the ZIP file and run the executable to start playing.
A captivating survival game where you must manage your resources, keep the fire burning, and survive through the night. Simple to learn, challenging to master.
TheBonfire.exe to start the gameNote: Windows may show a security warning. Click "More info" then "Run anyway" to proceed.
The Bonfire is a minimalist survival game that challenges players to survive through the night by managing their resources and keeping the fire alive.
With simple controls but deep strategy, every playthrough offers a unique experience as you balance resource gathering, fire maintenance, and defense against the encroaching darkness.
// The Bonfire
// A survival adventure
while (night.isDark()) {
gatherWood();
stokeFire();
survive();
if (fire.isOut()) {
gameOver();
}
}
// Dawn breaks...
// You survived!