Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscott/sdr
Square Dance Revolution: square dance caller game (and choreography tool)
https://github.com/cscott/sdr
Last synced: about 2 months ago
JSON representation
Square Dance Revolution: square dance caller game (and choreography tool)
- Host: GitHub
- URL: https://github.com/cscott/sdr
- Owner: cscott
- License: gpl-2.0
- Created: 2009-11-21T22:43:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T19:18:43.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:05:47.237Z (8 months ago)
- Language: Java
- Homepage: http://cscott.net/Projects/SDR/
- Size: 171 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Square Dance Revolution
[![Build Status](https://travis-ci.org/cscott/SDR.png)](https://travis-ci.org/cscott/SDR)
Square Dance Revolution is a voice-controlled square dance calling
game, in the spirit of the other "______ Revolution" games. It can
also be used as a square dance choreography tool, and contains a
GWT/GAE web interface as well as a text UI for this purpose.This project can be build with either Eclipse or Ant. A Java 1.5 compiler is
required.Using `ant`, build a jar from the sources:
```
$ cp sample.build.properties build.properties$ ant jar
```And then use the text UI (example transcripts in
`resources/net/cscott/sdr/tests`):```
$ ./run-pmsd.sh
```To run the web UI (in development mode):
```
$ ant run.devmode
```To run the game:
```
$ ant run
```For more information, see: http://cscott.net/Projects/SDR
-- C. Scott Ananian