[Fall 2021 Intro to Game Programming] Assignment 1 by Team Blue

**Instruction

The player can press Up/Down/Left/Right (W/S/A/D) to move, Space to jump, Shift to teleport, and Control to use weapon.Overview

Ninja way is a 2D platformer that involves the player (ninja) combating enemies, avoiding different traps, and finally reaching the endpoint. The character has one ability  (teleporting to a direction  for a certain distance) and one weapon (shuriken to destroy the enemy). The player also has a certain number of health points, and the game would reset if the he/she loses all the HP. There are main ways that the character can lose HP. One is when the enemy attacks the player, or the payer falls into a trap.

The game has five levels, 1-1, 1-2, 2-1, 2-2, 3, to make it similar to the old platformer games. Level 1 is designed to have easy difficulty, medium level difficulty for level 2, and hard for level 3. We use a Git repository to manage our project, which can be found at: https://github.com/paul0718/Platformer.

Contributor

Nick Broome, Bowen Gong, Paul Liu, Lujie Zhao

Download

Download
WindowsNinjarun (2).zip 36 MB

Development log