@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 digital version of the tabletop game designed by the Engagement Lab at Emerson College.
@Stake v4.0 is a substantial rewrite of the 2016 codebase using React.js and Next.js.
NB: This process will drastically change in the near future.
-
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.