PyWeek - Py+ - feedback
Tee
Alex
The secret enemy is that if you put the first block too far to the left, the camera won't scroll up fast enough to keep up with you as you build!
'button' didn't install for me, but it appeared that the game worked fine with that import commented out (otherwise the instructions for a custom 'button' build would've been too time-consuming given the number of games to try).
DR0ID
nice little game, stacking boxes with a twist.
Not sure what the dependency to button was used for, but I removed it since it did not install nicely on windows (and the game run fine without it). This might cause some DNW so check your dependencies next time.
speedlimit35
Nice game. Hard to install though. What worked for me was Python3.11 and the instructions in your README. If you don't place your blocks in the center, the camera will either be too slow or too fast, so I placed blocks in center and got to 34. I like the guitar music. The art had a nice aesthetic to it.
TiredDadBod
This was a nice little game. I will say, the instructions with the troubleshooting were spot on and extremely helpful. I think the game is great and the music is a nice little touch. It reminds me of the arcade stacking games I have played before. I liked the smooth cut of the buildings that did not line up. Very smooth gameplay. Great Work!
andyhd
I managed to get the game to run, but I have no idea why you included a dependency on a broken package which isn't even used in the code. Instead of getting people to download `button`, modify that code and install it, just remove `button` from your import statement and the game will run.
The game itself is a classic, nicely presented, but becomes impossible to continue after a certain number of floors because the camera doesn't keep up with the top of the tower.
Fun and chill game. Reminds me of those old arcade games where you had to build a tower. I also like the art. Great work, especially for a first game jam!