Twist Turn Shoot Burn
A downloadable game for Windows and Linux
Made for #LDJAM47.
Your little buddy is stuck in a loop, help him through it by shooting the red things. See how many you can get!
Left/Right Changes Directions
Z-key/A-button Shoots (hold for one second to auto-fire)
X-key/B-button to Switch sides.
A+D keys/Left+Right triggers can Speed Down/Up the game!
Esc-key/Start to Pause
Spacebar/A-button to Select.
Status | Released |
Platforms | Windows, Linux |
Rating | Rated 3.0 out of 5 stars (1 total ratings) |
Author | Gamepopper |
Genre | Action, Shooter |
Tags | 1-bit, 2D, Arcade, Futuristic, infinite-runner, Ludum Dare 47, Shoot 'Em Up, Singleplayer |
Links | Ludum Dare |
Download
Install instructions
The game should run from the standard executable.
The source code zip provides the game's source code at the point the compo ended, it requires Visual Studio 2017 as a minimum and requires the latest version of Vigilante Game Framework and SFML 2.5.1 to compile.
Development log
- Results Are In!Oct 28, 2020
- Cursed no more!Oct 10, 2020
- Music Too Loud!Oct 07, 2020
- PostJam Build!Oct 06, 2020
Comments
Log in with itch.io to leave a comment.
Wanted to try the game on Windows 10 Home but got "
Error in Init(): 4" when trying to run the .exe in the original zip and when trying the PostJam version Windows complains that the .zip in invalid and cannot be opened.
Sorry about that, I've repackaged the PostJam build so it can be extracted now.
The error message from the original version tells me that the render target is failing to be created for some reason. Does your machine's GPU support OpenGL 4.5 by any chance?
Thanks for checking it out! I confirm that the PostJam version works now.
I checked and that indeed seems to be the problem. my GPU does not support OpenGL 4.X. Thanks for checking it out and replying quickly!
No problem, I've updated the PostJam build to support lower versions of OpenGL. Shouldn't have much effect on the games since the shaders support OpenGL 3.3 at the latest.
For distros failing with the libtinfo.so.5 error
For Arch-based distros make sure you install
ncurses5-compat-libs
from the AUR.If you really don't want to you can run:
sudo ln -s /lib/libtinfo.so.6 /lib/libtinfo.so.5