Nice take on the idle clicker genre!
zyenapz
Creator of
Recent community posts
This has nice graphics, cool music, and a nice concept but the controls are somewhat clunky and it's preventing me from fully enjoying the game. For example, the jump button is sometimes not responsive and the jump height is not consistent. Anyways, I believe if the controls are fixed then this game would be very enjoyable :)
I don't think it's a good idea in the long run to keep your assets and codebase on your internal storage. Data corruption is pretty common.
There's good tutorials on YouTube about using GitHub. They're mostly 20 minutes long but it will save you a lifetime of pain.
If you find the command line stuff in GitHub difficult to use, then you can use GitHub Desktop instead. It's the GUI version of GitHub.
This has an amazing soundtrack, however, I think the gameplay could definitely use some more work. Don't get me wrong, though, I very much like the concept and I think you could expand more upon it. Additionally, I echo the others' sentiments that I had much trouble finding the locations.
With all that said, though, good work and good luck on its development!
It's okay in its current stage. I understand this is still in development so I'll give some feedback. First, I find the movement too "slippery" so I suggest you tone that down. Second, I think you should make it so that the obstacles gradually increase in speed (like in that offline Dinosaur game). Good job anyways and I'm wishing you luck in its development :)
I'm currently on Chapter 6.I must say, the graphics are really impressive! I really like Chapter 5 and how the arena gets smaller and smaller and that final attack is a challenge!
As for bugs, I did remember killing the Croissant guy only to get killed afterwards.It was a bit frustrating but I know this is still beta so I let it pass for now.
Great job, nonetheless. I'm recommending your game to my friends :)
Woah! This is a really impressive game! I like the battle system and it reminds me of Undertale and other bullet hell games. Keep it up, dude!
My one suggestion is that the character's movement seems a bit slow and I think you should increase it just a tiny bit. Also, the text is a bit difficult to read at times. Other than those, this game is very impressive considering it was done using pygame!
Impressive! I really like the isometric style and how you accomplished that with pygame. There were some moments that I am not a fan of like the backtracking part to get the coffee and the issues with the camera. Aside from those, I think the game is good!
Also, a tip: If you aren't using it, exclude numpy when compiling with PyInstaller. In the cmd, use --exclude-module=numpy line. Numpy takes up a lot of space and people aren't too keen about downloading games that have large file sizes.