
MiniLD #55compo
Transconsciousness
You play as a robot that can pre-compute it's actions before executing them.
Your goal is to destroy the other bots before they destroy the data.
There are three commands that can be executed: MOVE, SLASH, and SHOOT.
Each of these commands takes time to execute.
As you plan your actions, the projected positions of where enemies will move is displayed.
Use this to see where enemies will be when you attack.
MOVE -
You move much faster than the other bots but they will still be advancing towards their
target as you move.
SLASH -
Deals AoE damage to enemies over three adjacent tiles next to the player.
This attack is strong enough to kill anything at full health but you must be standing next to them.
SHOOT -
Deals ranged damage to one target and has a longer cool down time than SLASH.
Takes three shots to kill an enemy with full health.
Can defeat weaken enemies (with a red health bar) in one shot.
Controls:
----------
Left click - select your next action
Right click - undo last action / cancel current action
Click DONE to execute commands
You win when all enemies are defeated.
Failing to defeat all enemies in one go or letting a bot destroy the data results in defeat.
Most importantly:
HAVE FUN!
There are currently 6 levels.
The first two serve mainly to let you get use to the controls (SHOOT the first one, MOVE and SLASH the second one)
All feedback is welcome.
P.S.: I have discovered a bug that sometimes crashes the game and I believe it's related to SDL_mixer
Running the game with -m (or with runmuted.bat) will disable audio and should fix the problem.
If anyone experiances this bug or knows how to fix it please let me know. Thank you.
Contact: [email protected]
==========
CHANGE LOG
==========
12/3/2014
Fixed bug where the shooting animation doesn't draw if your shot misses
Your goal is to destroy the other bots before they destroy the data.
There are three commands that can be executed: MOVE, SLASH, and SHOOT.
Each of these commands takes time to execute.
As you plan your actions, the projected positions of where enemies will move is displayed.
Use this to see where enemies will be when you attack.
MOVE -
You move much faster than the other bots but they will still be advancing towards their
target as you move.
SLASH -
Deals AoE damage to enemies over three adjacent tiles next to the player.
This attack is strong enough to kill anything at full health but you must be standing next to them.
SHOOT -
Deals ranged damage to one target and has a longer cool down time than SLASH.
Takes three shots to kill an enemy with full health.
Can defeat weaken enemies (with a red health bar) in one shot.
Controls:
----------
Left click - select your next action
Right click - undo last action / cancel current action
Click DONE to execute commands
You win when all enemies are defeated.
Failing to defeat all enemies in one go or letting a bot destroy the data results in defeat.
Most importantly:
HAVE FUN!
There are currently 6 levels.
The first two serve mainly to let you get use to the controls (SHOOT the first one, MOVE and SLASH the second one)
All feedback is welcome.
P.S.: I have discovered a bug that sometimes crashes the game and I believe it's related to SDL_mixer
Running the game with -m (or with runmuted.bat) will disable audio and should fix the problem.
If anyone experiances this bug or knows how to fix it please let me know. Thank you.
Contact: [email protected]
==========
CHANGE LOG
==========
12/3/2014
Fixed bug where the shooting animation doesn't draw if your shot misses
Comments5

YourNerdyJoe2 Dec 2014, 22:06
Thanks!
I'm definitely going to continue development after the minild. (And right after I fix the mess of code it's built on lol)
I'm definitely going to continue development after the minild. (And right after I fix the mess of code it's built on lol)

Jupiter_Hadley3 Dec 2014, 21:31
Really cool game! I included it in part 4 of my MiniLD #55 compilation video series! :) http://youtu.be/ekX258RL3f4

Jupiter_Hadley3 Dec 2014, 21:36
I also included it in an article on my favorites from the jam :) http://fireside.gamejolt.com/post/jam-favorites-minild-55-nkwiunb2
YourNerdyJoe4 Dec 2014, 03:16
Thanks for the converage Jupiter_Hadley, glad you liked it.
Also good to see it didn't crash while you were playing.
Also good to see it didn't crash while you were playing.

Please keep working on it, I want more levels and some new mechanics :D