Empty Calorie Overlord & The Healthy Food Revival
Gametime is a Module 4 project at Turing. We built a game with a healthy eating theme. This game uses JavaScript, jQuery and HTML5 Canvas. Testing is done with Mocha and Chai.
Play game in production here!
Clone
git clone [email protected]:chompasina/gametime.git
To install the dependencies:
npm install
To fire up a development server:
npm start
Once the server is running, you can visit:
http://localhost:8080/webpack-dev-server/
to run your application.http://localhost:8080/webpack-dev-server/test.html
to run your test suite in the browser.
To build the static files:
npm run build
To run tests in Node:
npm test
- You win when you progress through 3 levels and collect enough healthy foods in your tray to reach >=600.
- Each healthy food counts for a different point amount that increases your score.
- Each junk food counts for a different point amount that decreases your score.
All three members of our team are members of the Pahlka Posse at the Turing school. This is a group that focuses on civic tech and designing software with useful and conscientious themes, often for non-profit organizations. Even though our discussions in Pahlka explored complex issues around healthy food choices, we are excited to adapt the theme of healthy eating for our Module 4 gametime project. We are looking forward to contributing our new game (geared at kids 5-8), into a larger multi-game narrative project that our Pahlka Posse is building over time.