Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holyjak/clj-scotsgame
A little webapp for brainstorming in groups and voting for ideas (for a workshop on Gamification).
https://github.com/holyjak/clj-scotsgame
Last synced: 26 days ago
JSON representation
A little webapp for brainstorming in groups and voting for ideas (for a workshop on Gamification).
- Host: GitHub
- URL: https://github.com/holyjak/clj-scotsgame
- Owner: holyjak
- License: epl-1.0
- Created: 2013-09-11T07:19:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T13:25:03.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T17:52:09.953Z (2 months ago)
- Language: Clojure
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# clj-gamification
Scotsgame: A little game for a workshop on Gamification.
## About
An interactive webapp/game for mobile devices. The first one who access the webapp becomes "gamemaster" and controls transitions between stages of the game and thus what is shown on a projector (showing content of `/projector`) and what other participants can see. The main stages of the "game" are:
1. Team registration - create and register a team and its gamification idea
2. Voting - vote for the team/idea you like most
3. Show results of votingIt uses websockets/long-polling to update the projector when the stage changes.
## Prerequisites
You will need [Leiningen][1] 2 or above and [Heroku toolbelt][2] installed.
[1]: https://github.com/technomancy/leiningen
[2]: https://toolbelt.heroku.com/## Running
To start a web server for the application, run:
lein run 5000
To run it in development mode, without support for long-polling but with live reloading, use ring:
lein ring server
## License
Copyright © 2013 Jakub Holy