drhayes / burrowdefender

A game prototype in which you play a bunny that can dig and build.
MIT License
1 stars 0 forks source link

Burrow Defender

JS game prototype where you play a (mostly) defenseless little bunny who is being stalked and attacked by an army of foxes in a procedurally generated world.

Overview

This prototype achieves the following goals:

To Play

Checkout the repo and type this into the command line:

python -m SimpleHTTPServer

You should be able to navigate to localhost:8000 and play the game.

The Future