Hack into robots with randomized abilities and turn them against each other.
Hack into robots with randomized abilities and turn them against each other. Make sure anything left standing is under your control. All feedback is appreciated!
Controls:
Left Click:
-Hack Robot (Hold)
-Select Robot
-Select/Use Ability
Right Click:
-Move Robot
-Set Robot Target
-Move Camera (Hold+Drag)
Mousewheel:
-Zoom Camera In/Out
Source Requirements:
Python 3.8+
Pygame 2.0.1+
Numpy probably
Cython
Great game! You managed to put a lot of content into it in such a short time, especially the abilities.
The difficulty level indications seem about right, but with some overpowered combinations of abilities I was able to beat the Very Hard level with two robots left. I didn't really feel motivated to strive for a higher score by using fewer hacks or abilities.
I might have liked this game even better if it were turn-based, because I like to think things over and am not good at quick clicking. But that's just personal preference.
Some gameplay notes:
UI gripes:
Thanks for the feedback @thomastc ! Yes I think a turn based approach might have been a lot easier to think through, and would have allowed greater freedom in move usage (like with the mine stuff you talked about). If I ever make a sequel, I'll probably do that. Pathfinding problems are due my kind of hackey pathfinding system, I really gotta get round to improving it.
I designed the game with tricks like the mine laying/self-destructing + lure in mind, since I thought people would enjoy figuring them out and exploiting them. I'm glad you liked them!
I was finishing the 'very hard' Level when the following error occured (windows build):
Traceback (most recent call last):
File "game.py", line 823, in <module>
File "game.py", line 754, in draw
AttributeError: 'NoneType' object has no attribute 'rect'
also i noticed that the 'Abilities Used' Counter does not reset. and the game was silent (this may be an issue with wine) but i listened to the music while writing this so i think i can rate them.
still i had a lot of fun! the lure + self destruct may be overpowerd but i had fun with it. an option to pause the game and plan the next moves would have been nice (e.g. use remaining abilities if a robot is about to be destroyed) still a great game! I really liked the variety of mechanics even though some (swap and speed) i never used. Awesome game!
@kesslwovv thank you for the feedback! Those errors you mentioned are interesting, they don't seem like stuff caused by WINE (except for the sound one), but they aren't things I've experienced myself. Maybe you were playing in a way I hadn't considered? Anyway, I'm glad you liked it.
I forgot one error:
if there is a robot in the same place as the ability button and you click it (clicking both the (unhacked) robot and the ability button at the same time) the game will crash.
Even though i found some bugs i just want to say that i love your game and appreciate it that i am not the only one with a pygame game with a few bugs ;)
I finally could play the game after noticing that it's only the Windows shortcut that produces the error…
Anyway, a great idea! Of course the interface and the pathfinding aren't perfect, but I really like how many different strategies one can use thanks to the different abilities and the fact that the game is not lost just because you lose one or two of your units. I would really see like to see this game polished and extended.
By the way, instead of being turn-based I'd rather recommend adding a pause mode (e.g. via space key) where one can plan and give commands, and then continue the game anytime.
@ratrogue Thanks for the feedback! Yes I would like to make a sequel some day, I mean… Ludum Dare is coming up after all… Also, you're pause-based idea is interesting, it would at least allow for things to play out simultaneously.
Was this made by a two man team with pygame? Crazy many features! I think all the points I'd make were already given, so I don't go into details. It's always nice to see an ambitious project like this but it's clear that there wasn't enough time for polish. Mousing was a bit unintuitive and bad path finding + no pausing was very frustrating. Maybe having some things behind keyboard would help? Like scrolling the view with WASD and using abilities with 1,2,3,4 etc.
Overall I enjoyed the game. Good stuff :)
@M2tias thanks for the feedback! Yes I was going to add keyboard controls but never ended up doing it because I wanted the whole thing to be entirely playable with the mouse… kind of stupid in hindsight…
Really fun idea and nicely executed, I had alot of fun trying to figure out how I could take out a lod of robots in one go.
Only thing is I'm pretty sure I ran into a bug where self destructing my last robot results in a loss, even if the self destruct also kills all remaining robots.
Still though, nice game for the time limit, really impressive.
Liked the overall idea. The program pops up
Script failed to execute
at times. Other than that nice game :)