- Make a team
- Choose a topic (like space!)
- Run around the Science Museum to find the object you're shown and answer a quiz question about it
This is the game server, please refer to https://github.com/Science-Adventurers/game-frontend if you're interested in the frontend.
Available at https://smhack-game-api.herokuapp.com/
The application is a standalone Elixir Phoenix application without any extra depencies (all data is bundled and loaded in memory).
Assuming you have Elixir 1.4 installed, you can:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phoenix.server
- Run tests with
mix test
All interaction is websockets-based, please refer to the frontend codebase to see how that works.
You can visit localhost:4000
to see the current leaderboard.