Skip to content

Game assignment using any js framework

License

Notifications You must be signed in to change notification settings

WebDevIsac/Game-Over

 
 

Repository files navigation

Game-Over

  • Game assignment using phaser.js to build this tower defense game

Made by:

Usage

Installation

Clone this repo.

  • $ git clone https://github.com/AdrianJung/Game-Over/

Install dependencies

  • $ npm install

Starting server and client

  • $ npm start

Testers

Non-programmers:

  • Isabell Holm-lindmark
  • Adam Vallin
  • Max Jungnelius
  • Simon Boman

Comments by group 03

  • Well commented code
  • Well and consistently indented
  • Easily understandable variable names
  • Good structure and division of files
  • game/assets/sprites - Inconsistant use of snake- and kebab-case in filenames
  • index.html:14 - Phaser seems to be installed using npm and imported via cdn
  • app/style - Folder seems redundant
  • scenes/StartScene.js:37 & scenes/EndScene.js:46 - Empty unexplained Update-function
  • GameScene.js:207 - Great use of grid
  • GameScene.js:204 - Code left commented out

Pull requests

About

Game assignment using any js framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 97.2%
  • HTML 2.4%
  • CSS 0.4%