Play game
Steel Terror's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Overall | #12 | 2.378 | 3.500 |
Visuals | #12 | 2.491 | 3.667 |
Audio | #12 | 2.265 | 3.333 |
Game Feel / Polish | #12 | 2.378 | 3.500 |
Theme | #12 | 2.491 | 3.667 |
Overall | #12 | 2.400 | 3.533 |
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Discord names of team members
Txar#7471
ThePythonGuy#1234
Requirements (optional)
Libraries:
pygame
Pillow
ninepatch
perlin-noise
Important note: Due to an error you have to delete the line "display.toggle_fullscreen()" in main.py in order for it to work properly, we are sorry for any inconveniences.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Overall very fun game, but I think the progression is somewhat off. I wasn't actually able to find any golden tanks and unlock the special upgrades without spawning them in with cheats (thanks for the cheats by the way!). I think the game would have been better if there had been less tanks per level and if dungeons were easier to find. The game mechanics themselves were very solid though and I liked the unlock system, so good job,
Hey there, another thing I'd like to let you know is that I had an error that I solved commenting the "display.toggle_fullscreen()", by the way I installed the libraries and had it running on my pc :) I liked it
Hmm so maybe that was the problem all along. Weird some people have that error and some dont. Anyways im glad you liked it :D
I pass. Too many dependencies to install
Even with installing libraries, I got an error while running the game, hopefully you can fix that :
Seems that you are messing with some surfaces...
Error message:
pygame 2.0.1 (SDL 2.0.14, Python 3.9.1)
Hello from the pygame community. https://www.pygame.org/contribute.html
C:\Users\theop\OneDrive\Bureau\Steel-Terror-main\main.py:86: Warning: re-creating window in toggle_fullscreen
display.toggle_fullscreen()
Traceback (most recent call last):
File "C:\Users\theop\OneDrive\Bureau\Steel-Terror-main\main.py", line 124, in <module>
screen.blit(Surface((scw, sch)), (0, 0))
ValueError: Invalid mask values
This is pretty interesting, since i actually *never* got this error, not even Txar, does this happen right when opening the game?
hey there, I've got an error when running your game. It seems it doesn't find the perlin_noise module...
Oh true, sorry missed a step on the Libraries, you also need the perlin-noise library, will change it right now, thanks for pointing that out :p