Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 553 Bytes

TODO.md

File metadata and controls

10 lines (10 loc) · 553 Bytes
  • Fix bug where pathfinding to a Point clears the Path.
  • Only preview breaking paths, until Path.status() === Status.FINAL.
  • Track scoring and when complete.
  • Level generator.
  • Level solver (to help with the generator...)
  • Allow solutions to be included in level data - Paths.
  • Make a designer (need the solver to prove its doable too)
  • Add data definition for surrounding walls (allows Warps)
  • Add walls attribute to Cell. Probably another later, not within level data...
  • Add Hex grid.