deadlykam / JumpRace3D

A small jump race game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enemies

deadlykam opened this issue · comments

Feature: Enemies

Details:

Give other enemy npcs that will race alongside the player. The enemies will follow the stage link to the end platform. Enemies will start ahead of the player.


Tasks:

  • The enemies will jump follow the stage link to the end platform.
  • Enemies will start ahead of the player, so will be in different stages.
  • Check if obstacle collision is needed for the enemy to kill it. Edit: Not needed.