Forest Survival Game
Find your way out of the forest.
Start Game<div id="game" class="hidden">
<h2>Choose Your Path</h2>
<ul id="paths">
<!-- Path buttons will be generated here by JavaScript -->
</ul>
<p id="message"></p>
</div>
<script src="script.js"></script>