@Stake is a game that fosters democracy, empathy, and creative problem solving for civic issues. Players take on a variety of roles and pitch ideas under a time pressure, competing to produce the best idea in the eyes of the table's “Decider.”
This is a mobile (iOS & Android) version of the tabletop game designed by the Engagement Lab at Emerson College.
-
Install el-web-sdk and follow all dev-related installation docs.
-
If you intend on making changes and committing, please fork this repo and make pull requests here as need. Otherwise, you may simply clone if you simply want to run the code.
-
Link this module to el-web-sdk as per the docs.
-
You will also need to clone and
npm link
learning-games-core as a package of the at-stake module. -
Start the module. From el-web-sdk, run:
grunt --sites=at-stake
The site should now be running at http://localhost:3000.
(More docs coming soon.)