Skip to content

An avalon web app for starting the game and keeping stats

License

Notifications You must be signed in to change notification settings

jseesel/avalon

 
 

Repository files navigation

Avalon

An avalon web app for starting the game and keeping stats, built in Clojure, ClojureScript, and Reagent.

Installation

Requires Leiningen on Java 1.7+. Follow the README for the reagent-template project for more detail.

For development, just run:

lein figwheel

In IntelliJ w/Cursive, you can connect using the REPL run configuration. Once lein is started, attach using the REPL option.

(fill-test-data 9)

That will create a game and fill with 9 players. Then you can copy the id and join in the browser. Start the game there and you can see individual roles with:

(play-roles "<id>")

That will generate the url to see each player's information.

About

An avalon web app for starting the game and keeping stats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 99.7%
  • CSS 0.3%