Play the game - 2022-Computer-Graphics-Team/cubie-game GitHub Wiki

Game start!

  • index.html
  • Using HTML/CSS

image

Game UI

  • map.html (map1, map2, map3)
  • Using HTML/CSS and JavaScript

image

Game keyboard setting

  • This is the keyboard setting for playing the game.
  • Below table shows what each key means.
Key Function
W, A, S, D Move character (each forward, left, backward, right)
#1, #2 Change the point of view/camera. (1: change to 1st, 2: change to 3rd)
Shift When you press shift and w together, then the character run.
Ctrl Attack
Z Pick up

image

Play map 1

  • map1.html
  • Stage 1: Fight zombies and find a tower!
  • You have to kill 10 zombies.

image

Play map 2

  • map2.html
  • Stage 2: Find a treasure box and a key to escape!
  • You have to find a treasure box and a key.

image

Play map 3

  • map3.html
  • Stage 3: Escape from the beach!
  • You need to get the necessary items.

image

Game end!

  • end.html
  • If you succeed to clear the game, the game ends showing the below page.
  • Congratulation😀

image

Game fail!

  • fail_to_map.html
  • If your HP is zero, the page below appears.
  • You can play again!

image

⚠️ **GitHub.com Fallback** ⚠️