Serabe / island-wari

Implement the Island Wari game described at http://waynesword.palomar.edu/ww0603.htm

Home Page:http://ericlavigne.net:8054

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This competition was announced at noon on December 27, 2009, and contestants had until midnight to create a Wari program.

Since I won the competition, Michael Levin has asked me to discuss my code at the next GatorJUG meeting on January 13.

You can try out the game server on my website.

To build this project yourself, you will need leiningen.

 lein deps
 lein compile
 lein test
 lein uberjar
 java -jar island-wari-standalone.jar

About

Implement the Island Wari game described at http://waynesword.palomar.edu/ww0603.htm

http://ericlavigne.net:8054