Random Access Aliens by edve98
Oh no the alien drones are attacking earth! They even destroyed all of our firearms and melee weapons! What could we possibly do to stop them?!
Use our good ol' grenades, of course!
This is a terminal turn based game that I did with my own engine (specifically made for Ludum Dare!). Your goal is to survive as long as you can! Every 10 turns new alien drones will spawn and you will find a new grenade/heal 1hp.
map.txt is the map. You can edit if you want - just remember that alien spawn positions are hard coded (I really wanted to make it not so it would be easy to change the map but I had to rush everything in the end).
there is also .score file that is keeping the score. But do you really want to cheat? :P
Controls:
W, A, S, D - walk or or aim
Spacebar - change between walking and aiming
Enter - throw grenade or end turn
Escape or Q - quit game (score will not be recorded)
Legend:
@ - player
A - Strong alien drone
a - damaged alien drone
_ - killed alien drone
# - wall (drones can fly over them!)
X - place where are you aiming
o - thrown grenade
* - explosion
! - place where alien drones spawn
P.S. PLEASE RUN THE GAME FROM A DIRECTORY IT'S AT!
P.S.S. If somebody wants an OS X version just drop a comment below, I'll see what I can do.
Use our good ol' grenades, of course!
This is a terminal turn based game that I did with my own engine (specifically made for Ludum Dare!). Your goal is to survive as long as you can! Every 10 turns new alien drones will spawn and you will find a new grenade/heal 1hp.
map.txt is the map. You can edit if you want - just remember that alien spawn positions are hard coded (I really wanted to make it not so it would be easy to change the map but I had to rush everything in the end).
there is also .score file that is keeping the score. But do you really want to cheat? :P
Controls:
W, A, S, D - walk or or aim
Spacebar - change between walking and aiming
Enter - throw grenade or end turn
Escape or Q - quit game (score will not be recorded)
Legend:
@ - player
A - Strong alien drone
a - damaged alien drone
_ - killed alien drone
# - wall (drones can fly over them!)
X - place where are you aiming
o - thrown grenade
* - explosion
! - place where alien drones spawn
P.S. PLEASE RUN THE GAME FROM A DIRECTORY IT'S AT!
P.S.S. If somebody wants an OS X version just drop a comment below, I'll see what I can do.
| Linux | https://drive.google.com/open?id=0B_TFdA52nAKQYWN3Q2tQajhqRnc |
| Windows (not tested but apparently works fine) | https://drive.google.com/open?id=0B_TFdA52nAKQVngzMHdNMm9fb0U |
| Source | https://github.com/edve98/Random-Access-Aliens |
| Engine | https://github.com/edve98/Terminal-Play |
| Original URL | https://ludumdare.com/compo/ludum-dare-36/?action=preview&uid=45010 |
Cool game, I enjoyed it a lot. Maxing out the splash damage and kiting the aliens is really fun! Too bad you don't seem to gain any score for blasting them - but it shows that the objective is to survive.. no more, no less, as well as you can.
@DifferentName yeah the problem with aiming was not fixed due to time shortage. And !'s cannot be destroyed. The game thinks of them like walls :P
Aside from that, the engine's cute, legible enough. The lack of color's a bit offputting but it's ld so I'm not expecting too much there.
There's not a lot going on in the game, which is fine if you're just showing off the engine. If you'd had time to make the enemies path around the walls (and gotten more of them to spawn!) it might've been fun to clump them together and watch them all explode. Really, having enemies that are substantially faster than you, which swarm the screen uncontrollably, and which have to move around the same walls you do would've added a lot.
Color is there in the engine but not for Windows so I didn't bother to add it to the game (even if I did I would've probably chosen the worst colors possible, haha).
And I was trying to add normal path finding but it didn't work as intended an hour and a half until the deadline. I Decided to scrap it and finish off things that were really important (like grenades actually doing damage).
Kudos on building a whole engine during LD! Great way to leverage the theme.
I love Ascii art and turn based game so I love your game.
Good job guy :)
Again, cool game, really like the feel of it!
~ kraiom/guiocm
Good job.
Too bad the gameplay is a bit bland, it could really be an awesome game with mechanics.
Congratulations anyway, game works fine on Windows.