/antworld

Ant World, my entry for Ludum Dare 29

Primary LanguageCoffeeScript

Ant World

My game for the Ludum Dare 29 game jam.

Playable online at http://ld29.danielegger.ch/

The official Ludum Dare entry

A video youtube video of gameplay

Technical Details

Programmed in CoffeeScript using the Phaser game framework.

To start dev server:

# install all dependencies
npm install

# compile coffeescript and start dev server
npm start