itch.io is community of indie game creators and players

Devlogs

Bug Fix

My Robot
A browser game made in HTML5

Copying Tables

Due to last minute changes before the deadline, I introduced a bug moving some data around. By wrapping a table around another table, my simple copying method broke.

copy=pack(unpack(table))

Classic mistake, and I guess that's what I get for trying to cut corners writing code.

Token Limit

I look forward to updating this game with more levels and more gimmicks. Unfortunately, I'm up against the token limit, so I'm gonna need to get really clever squeezing in more code. Hopefully, there are some redundancies that can be refactored. I just gotta find them.

Files

  • index.zip 506 kB
    Oct 15, 2023
Leave a comment