Skip to content

Obstacles

Yee edited this page Aug 29, 2021 · 27 revisions

Purpose

To make the game become more challenging and immerse the player into the atmosphere of the game, we aim to implement the obstacle feature for the game. As the game character progresses from left to right, obstacles will appear either from the game character’s right-hand side or from the sky. However, when it comes to the higher level of the game, obstacles will also appear at the left-hand side of the game character when the player moves back to avoid obstacles ahead. In addition, different types of obstacles will cause different amounts of damage to the game character. In order to survive the game, the player must try to avoid as many obstacles as possible. The team will design and implement the obstacle feature for the game.

Types of obstacles

Dynamic obstacles

Static obstacles

Implementation

Table of Contents

Home

Introduction

Main Menu

Main Game Screen

Gameplay

Player Movement

Character Animations

Enemy Monster Design and Animations

Game basic functionalities

User Testing

GitHub Wiki Tutorial

Game Engine

Getting Started

Documentation

Entities and Components

Service Locator

Loading Resources

Logging

Unit Testing

Debug Terminal

Input Handling

UI

Animations

Audio

AI

Physics

Game Screens and Areas

Terrain

Concurrency & Threading

Settings

Troubleshooting

MacOS Setup Guide

Clone this wiki locally