Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.27 KB

Game-Maker

A web Game maker application using Spring MVC and phaser.js

Assignment 1 Parity (Breakout using Javascript) : https://vimeo.com/148931228

Project 2 Parity with Phaser : https://www.youtube.com/watch?v=cZHPe0wTQMY

Game Maker JSON Parsing : https://www.youtube.com/watch?v=I1k3Mmmkal0

Game Maker (Breakout) : https://vimeo.com/148937343

Game Maker (Frogger) : https://www.youtube.com/watch?v=QkQYa5Ogb_I

Game Maker (Pac Man) : https://www.youtube.com/watch?v=7LFsM3qRthU

************** Instructons *****************

Some Key Points:

  1. The parity-wise code has been included in WebContent folder
  2. The code structure is self explanatory.
  3. To run the application, please hit maven clean install command on code and then deploy it in tomcat(or any other server).
  4. While running the application please make sure that your machine is connected to to iu secure
  5. Please use following Database credentials. As of now I have removed it from property file

url=jdbc:mysql:DatabaseURLGOESHERE username=**** password=****

6.Please add these credentials to src->main->resources->db.properties 7.Run index.html for corresponding parity

Note: To run index.html of parity 1 use this url http://localhost:8080/WebGameMaker/parity1/index.html Similarlly for other parities too