Stuff So Far - Heatso/Action-RPG GitHub Wiki

* We got the player! With some radical stuff!

  • -- Can Move Fluidly In FOUR directions!
  • -- Can Attack!
  • -- Is On a Pixel Grid!
  • -- Can Swipe Attack With The Help Of swipe.lua!
  • -- Can Kill Enemies!
  • -- Has A Debug!

* And We got the Swipe!!!

  • -- Can Update to the player's xy coords and direction!
  • -- Can Disappear after a short amount of time!
  • -- Used by the player to kill enemies!
  • -- Has a debug, too!

* AND WE GOT THE ENEMIE!!

  • -- Bounces along the edges of the screen!
  • -- Can be attacked!

Some other stuff:

  • pl = player
  • sw = swipe
  • en = enemy