busisen 2022-10-04 00:30
I really liked the outside the box type game you made lol. Cute graphics and simple yet fun gameplay. Probably something I would spend hours on if I found this as a flash game on one of those early game websites. Nice job :)
Foon → Ludum Dare Explorer → LD51 → The 10 Second Foot
By aes1
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 1165 | 2.75 | 36 | |
| Fun | 1039 | 2.82 | 36 | |
| Innovation | 397 | 3.54 | 36 | |
| Theme | 1106 | 2.83 | 35 | |
| Graphics | 1088 | 2.38 | 36 | |
| Audio | 759 | 2.34 | 34 | |
| Humor | 261 | 3.45 | 35 | |
| Mood | 974 | 2.97 | 35 |
I really liked the outside the box type game you made lol. Cute graphics and simple yet fun gameplay. Probably something I would spend hours on if I found this as a flash game on one of those early game websites. Nice job :)
The hand written notes made me laugh out loud, I'm glad there's also a typed out version, but the hand written note was a funny touch.
This game made me laugh. Reminds me of games I flash games I would have played instead of doing homework.
Super cute snail game! :) really enjoyed launching myself through the air
Cute and fun game, had a great time
I just left the game open and now my snail crawled 2 centimeters in 467 seconds, I find that very funny!
In addition, I really liked the concept of the game and your interpretation of the theme, one of the best I've seen
Great game, simple mechanic but hugely addictive!.
I have never seen controls like this, it really made me feel like a snail. Great work!
Funny idea, like the snail concept!
The control scheme made it very difficult to play as a non-qwerty keyboard user.
Good idea, I would like to see this bettered up utside a jam
Very fun idea, wonky graphics. I love the handwritten notes, and the fact that everything is snaaaaaail-slow. Very cool interpretation of the theme. I would like to see this polished outside the jam, as I think the idea has potential :D
Real quirky idea this, I like what you're going for. Nice job!
I don't get it. My snail doesn't move. :snail: :gun:
snailpng.png
Really innovative control scheme! I think my poor keyboard needs a break now :D
@ninjavitis, Do you use a non-qwerty Do you use a non-qwerty layout through software? I used to use dvorak on windows through keyboard settings, and a few commands on linux, which used to allow me to hotkey swap back to qwerty if I needed to play a game using wasd. Now my keyboard is qmk compatiable so no software needed for layouts and layout switching but either works. The problem is the qwerty layout was hardcoded. One idea I had was the ability to set your own keybinds in the settings menu, but the problem is I intentionally didn't want to do that because you can set the g and h keys to something easier like space and another thumb key. I made the decision early on that the location of the g and h keys was significant in the simulation of being a snail. Another idea I had which I would probably do next time is hardcoding a few popular layouts like dvorak and colmak since the location of the keys was important, or maybe importing a list of layouts. When I was thinking about this during the jam I didn't see and still don't see a way where a non-qwerty layout user can't temporarily switch to qwerty when playing ludum dare games, as I do and did during testing. So I decided to take that hit and prioritize other things. But I did give another game a criticism of not being alt layout friendly, The situation might not have applied because it required familiarity with where keys on qwerty were. It was about a goldfish and I struggled because qwop was the controls which would swap and change requiring you to have familiarity with the layout itself. I don't think this applies to my game because from my understanding the difference would be when starting my game you would just need to read about how the position of the keys relate to the controls. An example of position relating to controls: wasd being directional where W is above S and D is to the right of A rather than needing to know how to type W A S in qwerty. I will try to think of a good solution. Currently I would probably import a ton of selectable popular layouts next time.
The control scheme is hilarious and conveys the speed of a snail very well!
@aes1 definitely a minor thing, and super common in Ludum Dare games. It's just a keyboard layout for me, but I didn't have any others installed when I started reviewing games. After running into this problem for the millionth time, I finally bit the bullet and installed qwerty and set it up so I could toggle between the two. You're in good company. :)
Occasionally I've run into games that seem to be layout-agnostic, so that "Q" in the game represents the top-left keyboard button, even if you're using a Dvorak keyboard. Not sure how it's done, and I'm sure it depends on your engine/programming language of choice. That's my preferred solution, if possible.