engagementlab / at-stake-v3

AtStake is an online and mobile role-playing game that fosters democracy, empathy, and creative problem solving for civic issues.
https://atstakegame.org
MIT License
1 stars 4 forks source link

@Stake v3

@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.

Setup

  1. Install el-web-sdk and follow all dev-related installation docs.

  2. 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.

  3. Link this module to el-web-sdk as per the docs.

  4. You will also need to clone and npm link learning-games-core as a package of the at-stake module.

  5. 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.)