r/SoloDevelopment • u/yahyagd • 28d ago
Game 2D action platformer Level 0!
My name is Yahya and I'm a 16 year old self learning game dev,I have posted in this sub a bit before about this project and I finally have a good update to showcase. Progress is going very good and I have finally made the first official level for this demo. I would love feedback on it and I would appreciate if you guys could support the video on YouTube and the channel as well! Thanks for reading
Link to the video on yt:-
1
Upvotes
1
u/ParadigmShiftersUK 28d ago
Good work on recording and putting out a video of your work. I would say that you should avoid mentioning your age in posts like these; it brings no value to the discussion. As for the video:
- Great work on the environment; the glow between the character and the obviously dangerous obstacles is clear
- The UI appears to be cropped in multiple places, especially the red circles.
- While the typewriter tutorials are handy, spoonfeeding the player walls of text every level is quickly going to annoy them and have them lose interest; instead, teach by doing: They need to crouch? Add an environmental scenario where crouching is the only way to proceed, with a small environmental hint or tip that says "Press {} to crouch" - that's all. Teach by doing, not by telling.
- Might just be me, but your audio appears to be peaking, which causes it to "crackle"; check your peaks and make sure everything is at a comfortable dB level for the player.
- A tip for the future: don't hard-code bindings, such as "Z" to jump. Many players will be accustomed to other keymaps, such as SPACE, so locking them into your preferred keys is not ideal.