Really Good!
I do think the digits on the end screen should have been bigger, because I had trouble telling what my best score was. Also I like the Music!
Tuja
Creator of
Recent community posts
Hello! I see that the first round is 2 weeks long, but I would like to know how much of it is needed to finish the task. Is the time given 2 weeks because you need all of it to finish, or is it this long to let you pick up whenever you want, and have time for real life? How long would finishing the task take, for an average developer?
Thanks for playing! I can't say what causes the lag, cause for me, I only see it when the gameplay loads. The player speed is a bit fast I aggre. The small sprites are a result of me not wanting to write code for a camera that follows you, but if you haven't tried it, in fullscreen they are a lot easier to see.
Are we allowed to reuse code that is needed for the program and not the game itself? I talk about stuff like making the window, rendering to it, and playing audio files. I ask cause these are stuffs an engine can do, but without one, you would need extra work, and the code you write would probably just be the same that you were gonna reuse anyways.
This mainly concerns me, because I'm not using any engine.
The code for creating the window, drawing to the window, as well as the event loop are something that I would like to reuse from other projects, as rewriting them would mean nothing, since I would most likely just type the same code out.
Would this be allowed?