USB Warrior by DraKlaW
Fight evil robots with your USB sticks !
Our modest participation. Coded from scratch with SDL2, Eigen and M's JSON parser.
Binary for Windows available.
Run under linux, but must be compiled manually (see GitHub).
Should run under MacOS, but untested.
===
And now, some flavor text, for those who like that sort of thing.
(Yes, we totally came up with the plot fifteen minutes before the deadline.)
USB_warrior - Stick it to the man.
In a not so distant future, powerful corporations have taken over all of Earth's ressources.
Using mass-produced, heavily armored robots that run on undisclosed proprietary technology, they have locked themselves behind walls of steel and impenetrable security systems... or are they ?
Indeed, a young, intrepid she-android known only as A.M.I. has made a game-changing discovery : almost every operating robot still includes an outdated model of USB plug, along with its vulnerable firmware. USB sticks are few and far between these days, and their aging memories make them more and more shoddy. But some are still reliable enough, and our heroine now intends to wrest control of any hostile robot, by simply sneaking up on them and back-plugging their vulnerable USBware !
===
Updates:
We made a few updates till the deadline:
- Fixed the error message about missing dependencies in the Windows binary.
- Updated the README.txt to explain how to compile. (Note: should be painless under Linux !)
- Redirected logging to log.txt, so that people encountering crashes can send us a bug report with detailed information.
- Fixed a crash with a meaningless error message when assets are not found (which should not happen if you use the windows version, unless you mess with the layout of the archive). Now there is a clear error message, but chances are that the game will still crash anyway - but a least the log should tell us why.
There is also the updated version (we do not provide a precompiled download for this one, only source, see below). It contains a few enhancements right now, but we will add levels we did not managed to get for the deadline eventually.
Troubleshooting:
If you encounter any bug, please post a bug report on our github (the source link below) with a copy of the log.txt file so we can try to fix it.
Our modest participation. Coded from scratch with SDL2, Eigen and M's JSON parser.
Binary for Windows available.
Run under linux, but must be compiled manually (see GitHub).
Should run under MacOS, but untested.
===
And now, some flavor text, for those who like that sort of thing.
(Yes, we totally came up with the plot fifteen minutes before the deadline.)
USB_warrior - Stick it to the man.
In a not so distant future, powerful corporations have taken over all of Earth's ressources.
Using mass-produced, heavily armored robots that run on undisclosed proprietary technology, they have locked themselves behind walls of steel and impenetrable security systems... or are they ?
Indeed, a young, intrepid she-android known only as A.M.I. has made a game-changing discovery : almost every operating robot still includes an outdated model of USB plug, along with its vulnerable firmware. USB sticks are few and far between these days, and their aging memories make them more and more shoddy. But some are still reliable enough, and our heroine now intends to wrest control of any hostile robot, by simply sneaking up on them and back-plugging their vulnerable USBware !
===
Updates:
We made a few updates till the deadline:
- Fixed the error message about missing dependencies in the Windows binary.
- Updated the README.txt to explain how to compile. (Note: should be painless under Linux !)
- Redirected logging to log.txt, so that people encountering crashes can send us a bug report with detailed information.
- Fixed a crash with a meaningless error message when assets are not found (which should not happen if you use the windows version, unless you mess with the layout of the archive). Now there is a clear error message, but chances are that the game will still crash anyway - but a least the log should tell us why.
There is also the updated version (we do not provide a precompiled download for this one, only source, see below). It contains a few enhancements right now, but we will add levels we did not managed to get for the deadline eventually.
Troubleshooting:
If you encounter any bug, please post a bug report on our github (the source link below) with a copy of the log.txt file so we can try to fix it.
| Windows (fixed #2) | http://www.draklia.net/jams/usb_warrior.zip |
| Source (All platforms) (deadline version) | https://github.com/draklaw/usb_warrior/tree/ld32 |
| Source (All platforms) (updated version) | https://github.com/draklaw/usb_warrior |
| Original URL | https://ludumdare.com/compo/ludum-dare-32/?action=preview&uid=36384 |
Ratings
| Coolness | 40% | 1667 |
| Overall(Jam) | 2.65 | 944 |
| Audio(Jam) | 2.71 | 529 |
| Fun(Jam) | 2.57 | 845 |
| Graphics(Jam) | 2.71 | 787 |
| Humor(Jam) | 2.31 | 780 |
| Innovation(Jam) | 2.43 | 853 |
| Mood(Jam) | 2.50 | 860 |
| Theme(Jam) | 3.04 | 735 |
For 15 minutes, I love your little story.
@HeuGamer : I'm going to pretend that the ability to make crazy jumps from a ladder is a "feature". (As is F2.) But yeah, you're right. (See below.)
@Reis : Glad you liked it. :)
@Fenix : Ehrm... there isn't another level at the moment. We coded the engine from scratch (well - using SDL and Eigen vectors), and started to work on actual levels very late. We have several unfinished levels, but we couldn't finish their gameplay mechanics before the deadline, so we decided to just leave what worked.
Hopefully, we'll be able to capitalize on the engine for our next jams. We chose to do it from scratch because we used some pre-made JS lib for our first jam (last year), and, well, JS was a real PITA.
@TheMeorch : I thought about snapping players, and then just reduced the hitbox when the "ladder" flag was set ; because I wanted the player to be able to move left-right while climbing. In retrospect, you're probably right though. (And I could/should probably have done both.)
Pretending downward ladders are floors is also a good feature. (And given the current physics code, probably not too hard to do.)