Peasant Simulator was my entry for the 2014 7 Day Rogue-like Challenge. You can see it in action here.
The following dependencies are required to build Peasant Simulator.
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 containsclosure/
andthird_party/
directories.
Once you have that set up, you can run make
and a deployable build will be
copied into the build
directory.