I know this might not be the best place to put this, but I need some feedback about my Javascript game as a entry to the JS1024 contest (make something in 1024 bytes.)
Unfortunately I had 1024 bytes max for doing the game and I can’t fit that in since I left only 1 byte
The competition was about making a script about something in 1024 bytes and I made the game, but I don’t know if the game is good, fun, or bad and boring.
I think with only 1024 bytes you are going to have to settle a little on the quality
Good job on completing this. You should be happy with just that! My only suggestion would be to make it keyboard accessible (allow the use of a key to do the hopping). Of course that addition may put you over the byte limit unless you can find something else to trim. Personally I find using the keyboard is easier for this type of game then using the mouse.