Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 843 Bytes

File metadata and controls

25 lines (17 loc) · 843 Bytes

Peasant Simulator

Peasant Simulator was my entry for the 2014 7 Day Rogue-like Challenge. You can see it in action here.

Dependencies

The following dependencies are required to build Peasant Simulator.

Building

You will need to define two environment variables in order to build Peasant Simulator.

  • CLOSURE_COMPILER - Points to the Closure compiler jar file.
  • COLSURE_ROOT - The root directory of the Closure library installation. This directory will contains closure/ and third_party/ directories.

Once you have that set up, you can run make and a deployable build will be copied into the build directory.