Skip to main content

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

robots vs monstersView game page

robots-vs-monsters
Submitted by ligoski — 1 hour, 25 minutes before the deadline
Add to collection

Play game

robots vs monsters's itch.io page

Results

CriteriaRankScore*Raw Score
Enjoyment#60641.8552.833
Overall#68671.6372.500
Creativity#69061.6372.500
Style#70501.4182.167

Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How does your game fit the theme?
the map scales horizontally with each rank up, and the more map, the more enemies.

Development Time

48 hours

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Cool game, kinda reminds me of dungeon keeper :) it took me a sec to figure out what to do but you got a decent amount of variety in there for only 48 hours!

Developer(+1)

Thanks, for the art we used assets from bundles and focused in the code, so we could create a lot of things pretty fast.

Submitted

Surprisingly addictive although I ran into performance issues when I got to a large scale (when my mana bar was at around 2000) - snowmen kept spawning in groups of 30 which caused my computer to freeze and I had to close the game. other than that had a good time. graphics are ok but could use some polish and styling. I liked that it's an original take on the old tower defense genre.

Developer(+1)

Thanks! we sacrificed the graphics to get a few more fps, but still is quite cpu intensive, we tried to optimize it the best we could with the time we got.

Submitted

I think the problem was lack of pooling or prewarmed pools if you were using pooling
When you instantiate many gameobjects in a single line during runtime it often causes freezes and this issue is resolved by either using prewarmed pools or dividing the instantiation into several frames, thus avoiding writing too much to memory in one line.

An explanation what to do would be great. I had to ALT+F4 the first time and I could not figure out how to get more than 100 points to build other stuff. But I like the general concept. 

Developer

Sorry for that, we run out of time to create the menu and the tutorial as we could only work at the weekend.

No need to be apologetic. I did not want to come over as harsh. Thanks for letting me play your game =)