Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.12 KB

GameA

Game Icon Sprite Image Sprite Image Large Game Preview Animation

TODO (in descending order of wishlist priority):

  • README project information and details
  • wall and ceiling collision
  • add hurtbox to player
  • monster class
  • follows player
  • has health points
  • handle hurtbox interaction with monster class, observer class
  • add shooting mechanism (add new controls to KeyHandler) with hitbox
  • world screens to implement world traversal
  • portals, add portal usability to KeyHandler
  • platform data location
  • implement proper player-platform collision
  • refactor Game, KeyHandler, Player class into singleton