Get The Game

Download The Bonfire for Windows. Extract the ZIP file and run the executable to start playing.

Installation Instructions

  1. Click the Download button above
  2. Extract the ZIP file to your desired location
  3. Open the extracted folder
  4. Run TheBonfire.exe to start the game

Note: Windows may show a security warning. Click "More info" then "Run anyway" to proceed.

The Game

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.

🔥 Keep the fire burning
🌙 Survive the night
âš¡ Fast-paced gameplay
game.exe
// The Bonfire
// A survival adventure

while (night.isDark()) {
    gatherWood();
    stokeFire();
    survive();
    
    if (fire.isOut()) {
        gameOver();
    }
}

// Dawn breaks...
// You survived!