Game application made by team "Crows by Crows".
Node Knockout 2016 Hackathon Entry. A Node.js/Phaser.js product using Express.
NodeQuest is a video game with the following features:
-
Premise. You control a samurai, unable to attack but has jumping skills, who must navigate through a poop filled platformer! The horror!
-
Design. The team and I wanted to learn about
JavaScript
andNode.js
while making a game. -
Potential endeavors. Much longer level with a working HUD and exciting controls.
git clone https://github.com/ctrlaltdeleon/nodeknockout2016-cxc.git
cd nodeknockout2016-cxc
npm install
npm start
W or โ = JUMP
A or โ = LEFT
D or โ = RIGHT
Goal: Find the obnoxiously large coin!
WARNING: Watch out for evil emojis!
A quick look at the top-level files and directories you'll see in this project.
.
1 โโโ images/
2 โโโ public/
2 โโโ .gitignore
3 โโโ app.json
4 โโโ index.js
5 โโโ LICENSE
6 โโโ package-lock.json
7 โโโ package.json
8 โโโ README.md
images/
: Development process photos.public/
: What is distributed to the viewing software so everyone can see your greatest creation!.gitignore
: This project is licensed under the MIT license.app.json
: A small .json file containing info about the repo.index.js
: Proper portability of the repo to the browser, shows where your application is being run on for examplelocalhost:5000
.LICENSE
: An open source license that protects contributors and users depending on the license chosen.package-lock.json
This is an automatically generated file based on the exact versions of your package manager dependencies that were installed for your project. (You wonโt change this file directly)package.json
: A manifest file for Node.js projects, which includes metadata (the projectโs name, author, package names, etc.). This manifest is how npm or yarn knows which packages to install for your project.README.md
: A markdown file containing useful reference information about your project. The file you're reading right now!
- @MarkDeguzman
- @MehrikSobreo
- @GeoffWorley
- @ctrlaltdeleon
๐ License
The code in this project is under a specific open source license.