todo 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. - fix borders on playback button sprites
  9. - finish edit packet functionality (only saves dstip/srcip right now)
  10. - only processes single triggers right now
  11. - prettier level listing
  12. - resize game on resize viewport (attempt at this at top of ui.js but it's laggy)
  13. - 'repeat' packet property
  14. - prevent launcher click-spamming?
  15. - device scripts (?list)
  16. - method to work on test levels
  17. - hosted version on DO
  18. nice to have
  19. - screenshots for level selector?
  20. - differentiate launcher buttons
  21. - coloured packets
  22. - differentiate/label devices
  23. - only preload used device sprites
  24. - move levels to database
  25. - level editor
  26. - more variety in device sprites
  27. - slower intro/learning levels
  28. long term
  29. - licensing
  30. - non-php version
  31. --- load json/html via ajax
  32. --- remove login system
  33. --- remove saving
  34. --- add warning screen about that
  35. - paid-hosting version?
  36. - wireless
  37. - patreon
  38. level ideas
  39. - ping, tracert
  40. - privacy (see ISPs, who can read data, etc)
  41. - how protocols work (HTTP, DNS, email, DHCP...)