Play game
Fried Eggs's itch.io pageHow many characters of code did you use?
594. Yeah I don't have time to cut it down. :(
If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
https://gist.github.com/nucleartide/7c6eb989643feab829ef7a2f62d84dc7
Leave a comment
Log in with itch.io to leave a comment.
Comments
Those are some nice blue flames! Was hoping I'd be able to flip the eggs or something, but honestly it's impressive that you jammed this many graphics into so few chars. Great job!
Very cool! It's a shame that it's too long, though, so I forked your gist and cut down some characters. If you don't want to use my version outright, I can tell you that it helps to use flip() and goto instead of _update() and _draw(), that you never use the variables g and q, and that you can remove several linebreaks after lines that end in parentheses. There might be more too, but it fits nicely now.
Ahh, you're the best! Yeah I'd be happy to use your version. :)
Ideally, it'd be a "make me x of this egg" kind of game! But in its current state, it's just an amusing piece of interaction.