patgrasso / cucumboi

A javascript game made with Phaser for CS 347 - Software Development Process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Patrick Grasso, Nicholas Zubrycki, Nicholas Massa

Dependencies

*MongoDB* (install from their website)

In the mongo shell (if further instructions needed, contact us), enter
use Cucumboi
db.createCollection('scores', {})
db.scores.insert({ name: 'test', score: 1 })

Node (install from their website, comes with npm)

cd cucumboi
npm update

Instructions to play game

  1. navigate into "cucumboi" folder

2) `node app.js`
3) go to `http://localhost:8000`
4) use arrow keys to control character and collect cucumbers
5) upon completion of the game, enter name to submit your score

About

A javascript game made with Phaser for CS 347 - Software Development Process


Languages

Language:JavaScript 87.8%Language:Gherkin 5.1%Language:Ruby 4.7%Language:HTML 2.4%