Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 618 Bytes

File metadata and controls

30 lines (21 loc) · 618 Bytes

Swift RPG

Simple game written in swift with SpriteKit. Work in progress

Document

here

Screen Shot

screen_shot

TODO

  • Move objects
    • Collision detection management
    • Stop object's behavior when touch event occured
  • Loop object's behavior
  • Disabling walking and behavior
  • Scene transition
  • Use only SpriteKit. Use UIKit for using storyboard, but it's not efficiency.
  • Sound
  • Flag management
  • Battle
  • Document

BUG

  • Talk with npc during npc moving, the game would be crashed.