Coder Social home page Coder Social logo

jmmarquardt / burgerfight Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 3.0 89.01 MB

2D HTML5 Canvas game where Ronald McDonald and the Burger King force each other to eat their burgers.

JavaScript 88.99% HTML 6.01% CSS 5.00%
html5-game crafty-js nodejs express-js d3 javascript reactjs mongodb freesound game

burgerfight's Introduction

The Legend of Ronald: Twilight Burger

2D HTML5 Canvas game where Ronald McDonald and the Burger King force each other to eat their burgers.

Screenshot

Screenshot

Why?

We have done multiple "eat the burger" web apps academically, and decided to gamify this exercise in order to explore new technologies and incorporate all we have learned.

Technologies Used

  • CraftyJS
  • JavaScript
  • Node and Express server
  • MongoDB
  • ReactJS
  • D3
  • Piskelapp Sprite sheets
  • TexturePacker Atlas sheets
  • Sound assets created using Audacity or acquired from freesound.org

Built with

  • Atom and Sublime

Team Members

Copyright & License information

burgerfight's People

Contributors

jmmarquardt avatar mickeyryan42 avatar ryanosterman10 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

burgerfight's Issues

create a landing page

we want the landing page to include the giphy of ronald mcdonald and a start button at a minimum

Heroku webpack build

git push heroku master

completes a successful heroku build, but when navigating to twilightburger.herokuapp.com the page doesn't load. "unable to locate bundle.js"

  • heroku is missing bundle.js
  • heroku is not webpacking to build a bundle.js.
  • bundle.js is .gitignored to avoid merge conflicts between developers
  • editing package.json to include:
"main": "webpack.config.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "heroku-postbuild": "webpack",
    "start": "node server.js"

and specifying the node and npm engine versions for heroku to use:

"engines": {
    "node": "4.7.2",
    "npm": "4.0.5"
  },

Score

How are we determining scoring/points and wins?

Game Score

  • current score per player
  • limit on score or time to end a match
  • display current score to game grid or page

Per Player info

  • Keep track of wins, losses and ties
  • highest score

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.