Skip to content

Instantly share code, notes, and snippets.

@jbubriski
Last active April 12, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbubriski/15c74f8da6ff245f4bcecbc2d6531064 to your computer and use it in GitHub Desktop.
Save jbubriski/15c74f8da6ff245f4bcecbc2d6531064 to your computer and use it in GitHub Desktop.

TODO

  • Fix holes in level.
  • Copy over relevant game objects.
  • Remove old proc gen.
  • Setup basic nav mesh for proc gen'd objects (A*).
  • Wire up main menu to new scene.
  • Fix character spawning.
  • Incorporate selected character.
  • Fix enemy AI/Pathfinding.

Player

  • Find multiplayer platform.
  • Basic multiplayer join mechanics.
  • Basic multiplayer movement.
  • Lock on and circle strafing.
  • Health bars.

Enemies

  • Basic multiplayer enemy AI.
  • Add enemy spawners.
  • Enemy death.

Weapons

  • Weapon switching.
  • Weapon pickups.

System

  • Add level start/end.
  • Add loading new level.

Extra

  • Add spawners for particle effects in rooms (Dust particles)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment