todo 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. blocking
  2. - remove CSS lines from beginning of each level
  3. - update sprites & layouts in level files
  4. - update ui-specific mentions in level descrips
  5. - convert triggers in level files to arrays
  6. - update nextLevel in each file
  7. - update "you win" dialog to handle no nextLevel property
  8. - process timing triggers
  9. - prettier level listing
  10. - resize game on resize viewport (attempt at this at top of ui.js but it's laggy)
  11. - 'repeat' packet property
  12. - prevent launcher click-spamming?
  13. - device scripts (?list)
  14. - method to work on test levels
  15. - hosted version on DO
  16. nice to have
  17. - screenshots for level selector?
  18. - differentiate launcher buttons
  19. - coloured packets
  20. - differentiate/label devices
  21. - only preload used device sprites
  22. - move levels to database
  23. - level editor
  24. - more variety in device sprites
  25. - slower intro/learning levels
  26. long term
  27. - licensing
  28. - non-php version
  29. --- load json/html via ajax
  30. --- remove login system
  31. --- remove saving
  32. --- add warning screen about that
  33. - paid-hosting version?
  34. - wireless
  35. - patreon
  36. level ideas
  37. - ping, tracert
  38. - privacy (see ISPs, who can read data, etc)
  39. - how protocols work (HTTP, DNS, email, DHCP...)