Key Features - 2022-Computer-Graphics-Team/cubie-game GitHub Wiki

Step-by-step mission

  • Map 1: You should kill more than 10 zombies.
  • Map 2: You should find the treasure box and key.
  • Map 3: You should find the relief for escape.
  • At each map, you should satisfy the mission, and find the portal to go next stage.

image


Fighting with zombies

  • Especially on map 1, you have to fight zombies.
  • Be careful not to make your HP zero!

image


1st and 3rd person's point of view

  • Key #1: Switch to 1st person's point of view
  • Key #2: Switch to 3rd person's point of view

image image


Development of components for reuse

  • There are codes or components commonly used by maps 1, 2, and 3.
  • And there are also codes used separately by maps.

image


Various motion

  • For character: Idle, Walk, Run, Attack, Die, Picking up
  • For monster(=zombie): Idle, Walk, Punch, Die

image image image

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