https://github.com/cscott/sdr
Square Dance Revolution: square dance caller game (and choreography tool)
https://github.com/cscott/sdr
Last synced: 7 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 (over 16 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T19:18:43.000Z (over 11 years ago)
- Last Synced: 2024-12-27T11:42:28.163Z (over 1 year 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
[](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