Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 491 Bytes

A Challenger Appears!

A programming game.

Getting Started

Assuming Leiningen is already installed, start up the server with

lein run

or

lein uberjar
java -jar target/rpi-challenger-*-standalone.jar

or

lein repl
(-main)

Then open http://localhost:8080/ in a web browser. For more options use the --help command line argument.

License

Copyright © 2012-2014 Solita Oy

Distributed under the MIT License.