Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 945 Bytes

File metadata and controls

26 lines (21 loc) · 945 Bytes

Code

  • TODO make the levels (including tutorials)

Post-Jam

Future stuff

  • IDEA allow for custom opcodes on a per level basis?
  • TODO(future) better reason to collect floppy disks...
    • IDEA floppy disks needed to unlock levels?
  • IDEA(future) robot requires fuel to move?
  • IDEA(future) additional obstacle: bombs
  • IDEA(future) additional obstacle: buttons & doors
  • IDEA(future) additional obstacle: teleport pad
  • handling of win-condition
    • IDEA(future) gain stars based on solution quality?
    • IDEA(future) points based on how small the program is...
      • Total opcodes used, tiles x, tiles y, area
    • IDEA(future) points based on how efficient the program is...
      • Total opcodes executed, tacho count, jump count, ...
    • TODO(future) save & load game state - performance stats/points