Devlogs
Update! New Features V1.1
Hi everyone!
I added some new features to the game and made some small corrections, but they definitely improve the overall experience. Here are they:
- Reduced file size: The .exe file for the game went from 20MB to 16MB. I know it's not a lot, but it helps and the only thing I had to do was compress the music file.
- Fullscreen toggle: Now you can turn fullscreen on and off from the options menu.
- Speed select: In Endless mode you can select the speed you want to play in, this way you're not limited to playing only in the easiest one.
- Countdown: Before each game starts you get a 3 seconds countdown to prepare yourself.
- Retry: Now there is no need to go back to the main menu every time you die or want to start over.
- If statements and other stuff: I optimized some if statements so that you don't run them needlessly and a bunch of other minor stuff that make the code look neater.
Of course, all of this is also available in the source code version of the game. For a future update I want to add more commentary so that it is clearer what the code is doing, and I still intend on releasing a basic tutorial.
Feedback is always appreciated!!! If you played the game or downloaded the source code, leave a comment about what you liked or didn't like so that I can improve.
Thanks!