
Summoner Under Attack
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Summoner Under Attack
This is my entry to the Ludum Dare 55 Combo.
The theme: Summoning.
You play as a summoner defending your castle against waves of enemy forces.
Initially, you have only your bow and arrows to fend the foes.
Later in the game you gain the ability to summon mighty allies to the fight.
CONTROLS
Move: WASD
Shoot: Left Mouse Button
Summon: Right Mouse Button
Rotate Camera: Q/E
Menu/Pause: ESC
I planned to have much more stuff in the game, most importantly more summons.
However, I ran out of time and there's only one thing to summon.
I've only got binaries for Windows x64 (built with MinGW-w64 on Win 10).
Last time I took part in LD (51) my game didn't work on some people's machines.
Hope it works this time for everyone! *fingers crossed*
Used libraries:
* SDL2
* stb_image.h
I used https://sfxr.me/ for the sounds.
CHANGE LOG
Version 1.0.1 2024/04/15 06:00 UTC+3
* Fixed bug: Setting shader uniform with wrong location.
* Added optional command line argument -w to start in windowed mode.
Version 1.0.0
* Initial release