Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 764 Bytes

TODO.md

File metadata and controls

24 lines (20 loc) · 764 Bytes

next steps

  • fix the totally broken difficulty mod
  • scoring
  • coins
  • pills
  • use pygame to add background music

initial release goals (no stretch)

  • speed increase with time/score increase
  • add scoring
  • add ghosts (try and use ghost unicode char) - just obstacles for now
  • add YomYom flash for 100pts
  • add powerpill horrendous strobe for eating ghosts

future possibilites/stretch

  • add simple procedural maze generation at higher difficulties (blocks movement, pushes character back in x)
  • moving ghosts

DONE

  • moving ghosts - DONE
  • basic game with gameover on collision! - DONE
  • animated immobile ghosts, spawning at random - DONE
  • add playgrid horizontal margin with cycling 2 colour oscillation to give sense of movement - DONE