/GIM_Platformer

Training Clan Programming GIM 1: A simple platformer game

Primary LanguageGDScript

GIM_Platformer

Training Clan Programming GIM 1: A simple platformer game

Authors :

  1. Rachel Gabriela Chen (discord : rach#5368)
  2. Johann Christian Kandani (discord : Genvictus#2361)
Party : 3

GOAL

COLLECT 12 COINS TO WIN
When 12 coints are collected : the game is won and then the game restarts.

AVOID ENEMIES OR KILL THEM
When player bumps into enemies, the player instantly dies and the game restarts.
Player can kill the enemes by jumping up to the them.

DON'T FALL OFF THE PLATFORMS
The player instantly dies when they fall off the platforms then the game restarts.

MECHANICS

Move right : D key / -> (right) key
Move left : A key / <- (left) key
Jump : W key / ^ (up) key / space