Home > tallyho

tallyho

Tallyho is a project mainly written in Clojure, based on the EPL-1.0 license.

A general score keeping application written in Clojure.

TallyHOOOOOOOOOOO

Tallyho is a simple score keeping application. There are all sorts of these things in the Android market, but I couldn't find much of anything like it for non-android devices (my macbook). Alas, I've written one.

Tallyho is written in Clojure and uses seesaw for most of the painful Swing stuff.

I wrote this because my family and I play a lot of card games and such. Namely UNO and Quiddler. Frequently, I bring my macbook to the table for any number of reasons, but we still have to use a scorepad or my Android phone for scoring. That's too much technology for one table! With Tallyho, we can score on the macbook in the same way we score on the phone.

Usage

I use cake as my build tool, but Leiningen should work. For best results, use cake.

To build the source, run cake deps && cake uberjar. This will build a jar called tallyho.jar. You can then run the application with a java -jar tallyho.jar.

Once I get it in a more completed state, I'll post some downloads for the less technically inclined.

Previous:Hello-World