VRushLP / RigorMortisGame

A game made for TCSS491 Computational Worlds, Winter 2016
2 stars 0 forks source link

Simplify agent files #115

Closed tjsg1992 closed 7 years ago

tjsg1992 commented 7 years ago
  1. Split enemy.js into individual files for each enemy type.
  2. Create animation-builder.js to facilitate the process of creating animations so that this can be taken out of agent code.
  3. (Optional) Create a text file detailing instructions on how to add a new agent to the game.