Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Steel TerrorView game page

Battle City with a twist - an adventure game with open world and tanks.
Submitted by Txar, ThePythonGuy — 30 minutes, 17 seconds before the deadline
Add to collection

Play game

Steel Terror's itch.io page

Results

CriteriaRankScore*Raw Score
Overall#122.3783.500
Visuals#122.4913.667
Audio#122.2653.333
Game Feel / Polish#122.3783.500
Theme#122.4913.667
Overall#122.4003.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

Host

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,

Submitted

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

Developer

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

Submitted

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

Developer

This is pretty interesting, since i actually *never* got this error, not even Txar, does this happen right when opening the game?

Submitted

hey there, I've got an error when running your game. It seems it doesn't find the perlin_noise module...

Developer (1 edit) (+1)

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