todo 1.0 KB

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