Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 564 Bytes

Computer Grphics Assignment2

3D game Using Three js


  • How to start the game: go into the src folder and the open the index.html and then open it with the liveserver
  • Player controls :
    • W : Move up
    • A : Move left
    • S : Move go back
    • D : Move right
    • B : Shoot cannon balls
    • space bar : change to top view/close view (toggling behaviour)
  • Scoring criteria :
    • Each cannon hit to the enemy : +2
    • Each kill(enemy) : +10
    • Treasure : +20
    • Player health : 200 initially
    • Shot to player : -10