FoonLudum Dare ExplorerLD46 → RushBomb

RushBomb

By gelgavish and ovid

View on ldjam.com

CategoryRankScoreCount
Overall13353.4547
Fun12163.3247
Innovation6863.5547
Theme20723.1546
Graphics16093.3245
Audio9953.2546
Mood9823.5047

Comments

doot 2020-04-21 11:44

Hey! I get the following error when trying to launch the game: The code execution cannot proceed because VCRUNTIME120_1D.dll was not found. :x: I tried on windows 10 by just downloading and extracting. Keep me posted!

thecze 2020-04-21 13:36

same error as doot unfortunately

airola 2020-04-21 13:40

I get an error about MSVCP140D.dll missing. I'm using Windows 8.1. Too bad, because I would've really liked to try this game. Looks my kind of a thing.

immortalitybh 2020-04-21 14:01

C++ ftw! Sad it doesn't work tho currently.

gelgavish 2020-04-21 14:01

Hi @doot, @thecze and @airola! thanks for visiting! :) Just uptaded the file, it should work now.

gelgavish 2020-04-21 14:16

@immortalitybh, it works now :)

airola 2020-04-21 14:54

Ok, now the game runs :) However, there are still bugs regarding to how the screen shows for me. I can only play it windowed in a manner that doesn't show the whole screen. rushbombexample1.jpg

If I resize the window to "full screen" it makes the window very high but not wide at all, but I still can't see the whole room rushbombexample2.jpg

and if I go off the screen on right and up and move around, then I get an error message and the game crashes. rushbomberror.jpg sorry for the Finnish language in that error screen

gelgavish 2020-04-21 16:22

Hi @airola, the problem with the level loading is caused by the size of the console windows, it supposed to be full screen. As for the error, it happened when you tried stepping out of the shown area at that specific level? I'm currently trying to solve your issue, but if you have a Windows 10 computer laying around it would be better to play on it.

airola 2020-04-21 16:57

@gelgavish I only have a Win 8.1 available. The problem for me is that I can't see the right edge of the screen so I don't exactly know where the player character is.

Initially I thought it might happen when I collect the letter P. Again, I can't see that letter on my screen but I see from the pictures on this page that the letter is there. I've been somewhere around there when it has happened.

But I just noticed that on my computer the vertical walls are different than in those pictures. The walls are shorter and it makes it possible for me to walk in between the "holes" in the wall. One time I got to walk under the bottom wall.

So walking to the right side of the game area to a point where I can't see the character anymore I have been able to exit the room and then moving up for a while and moving around outside of the room the crash happens.

gelgavish 2020-04-21 17:45

Ok @airola, I think the problem is caused by the sizing of the command line window, that's why the levels are so messed up. Here is a [link to a website](https://techjourney.net/how-to-fully-maximize-command-prompt-window-in-windows-8-7-vista/) that tells you how to maximize the console window in windows 8, do this in the first level after "maximizing" the window.

If you need more help just tell me! :)

sausty 2020-04-22 11:26

How could you make a game this good using only a C++ console application? I'm stunned!

gelgavish 2020-04-22 11:35

Thanks @sausty! It just takes a lot of head bumping with the win32 API ;)

doot 2020-04-22 11:59

Good job! It worked this time! I had fun, and the level design and general progression is very well thought out. The look and texts give this game a strange feeling, so much that when it crashed at the firewall level I didn't even know if this was intentional, and I kinda don't want to know. Thanks for the game.

gelgavish 2020-04-22 12:22

Thanks for the feedback @doot! If you want to know what happened to the game after all read the game description :)

zezel 2020-04-22 18:01

Very good job ! I liked the retro feeling an the way how you handled the console !

likai 2020-04-22 18:06

Neat game, especially for C++ I thought the enemy mechanic could've been fleshed out a little more - what's to stop me from just holding L the entire game? Digged the idea though!

gelgavish 2020-04-22 18:09

Thanks @zezel and @likai for the feedback! :) Yeah, we forgot to add in the timer who is in charge for that :P

koljam 2020-04-23 09:32

Thanks for your game, it was quite fun! I encountered some of the known bugs which were a bit annoying but I think thats okay, especially if you did it with your own engine. And I really liked the labyrinth level design!

acdia 2020-04-23 09:43

Really cool! I already started worrying if there wouldn't be any console-based games. The music is nice as well and even the enemies following the player are good. Of course there are some bugs, but I guess there are some in most of the games in a jam.

gelgavish 2020-04-23 10:07

Hi @koljam and @acdia, thanks for playing our game! :D

I hate those bugs but we didn't have time to fix them, maybe the next game engine will be less buggy ;). Yeah, this time we have dedicated more than half an hour for the level design :P glad you liked it!

Really @acdia? I programmed the enemy AI part and let me tell you something, it's not the best AI...

Thanks again for playing our game!

acdia 2020-04-23 12:56

It doesn't directly follow the grid and is abled to move directly to the player. It also tried to get to the nearest position possible at some point and has a detection radius. Of course it's not a pathfinding, like in some games with no time limit at development, but it's some type of AI and it doesn't get stuck to walls or other enemies. So I would say it does its job well.

gelgavish 2020-04-23 13:43

Thanks @acdia :)

celdur 2020-04-23 22:00

Impressive work making this from scratch. Going with a hacking theme works very well with the limitations too. One complaint though, is that you can just hold the L button and you won't have to worry about enemies at all.

zebraatomica 2020-04-24 03:28

Oh my, the memories of my first game came back to life XD I don't like them, take it away! hahahaha So, with your own engine? Epic gamer moment. hahahha

I can't say much of your game, it is really good, you got more than i would ask for for an ASCI game. Only thing that i would have to agree with Celdur is that the ërrors aren't a challange, but you added a Virus, or firewall, then the player would have to switch from pessing L to pressing... B... I don't know hahaha, just a little far because it's hackerman momment XD

A really enjoyable game, one that you usually don't see but give smiles just for seeing an @ walk XD The colored switches blew my mind.

unicorn spin.gif

gelgavish 2020-04-24 12:32

Thanks so much for the amazing feedback @celdur and @zebraatomica! About the enemies, we will upload an updated version with enemies you can take seriously, so get ready for that! :D

stefanie-leitch 2020-04-24 13:03

Hmm, interesting concept. The enemies didn't seem to pose any issue whatsoever, I killed them all and I never even looked at my health counter :P. Also, I think I finished it? The game just ended all of a sudden, but there was no indication as to why.

Liked the retro style, and the music though! Also, did you have to pick up the letters/numbers in any order on the levels? I just grabbed them with no thought to the order -- having that matter could make things more interesting!

gelgavish 2020-04-24 14:54

Hi @stefanie-leitch :) The game just quitting at the end is one of the known bugs, we will fix it in the upcoming version alongside with enemy/ attack improvement. So if you want you can check it out in the next few days! Anyway, thanks for the feedback! :D

willian-oliva 2020-04-25 18:26

Really liked the game! You could fix the soud, caused when it ends, the game keeps mute

gelgavish 2020-04-25 19:31

Thanks for playing our game @willian-oliva! We know about the music problem, we forgot to make it loop :P but it will be fixed in the next version. :)

blackmambajesus 2020-04-25 20:26

This game was really cool. Big ups to you guys for making your own engine too. I really like the concept of finding IP addresses and hosts to get deeper and deeper into the system.

My only one point of criticism was maybe the clearing editors could be limited in some kind of way. i was able to just hold it down and it wasn't really an issue.

gelgavish 2020-04-25 22:45

Hey @zezel, @likai, @celdur, @zebraatomica, @stefanie-leitch, @willian-oliva and @blackmambajesus Just wanted to let you guys know we just released an updated version with some improvements. So check it out if you want :D

gelgavish 2020-04-25 22:46

Thanks for the big ups @blackmambajesus :D

kschmidt 2020-04-26 00:01

Wow very cool entry! Kudos for doing a console application. Music was fun, some feedback: I never noticed my HP bar. Overall great job!

peterbuo 2020-04-26 22:04

Impressive work of the console

exevirus 2020-04-27 01:05

Haha that was fun! I appreciate that everything was console based and that the levels are a .txt file (user generated content??? ;)

Anyways, We also did ours in C++, but it used the SDL libraries so we had a much easier time creating our game engine than you. I don't envy trying to make a pure console game like that, Though I am inspired to....

philstrahl 2020-04-27 03:52

First: Congrats on coding a game in your own engine! As you've seen in the stream (https://www.youtube.com/watch?v=Z2FekepgpMs ) I had some troubles with the HTTP level, probably because I zoomed into my console too much and broke something. Nevertheless I really enjoyed the hacker-y atmosphere and the fact that I was playing a game in a bloody console window!!

gelgavish 2020-04-27 08:00

Thanks @peterbuo! :D

gelgavish 2020-04-27 08:06

Yeah, C++ no-engine team, high five @exevirus! :D It's ok if you guys use SDL for your game, no respect gone, I think we're going to use OpenGL next time! :)

Hmmm... user-generated content... let me think about it ;)

gelgavish 2020-04-27 08:14

Hey @philstrahl, thanks for streaming our game! :)

I think the issue was because you had a lot of things running on your computer when you played, we didn't program the engine quite efficiently so maybe it couldn't function right because of no RAM available... maybe the next engine will be better ;)

But if you are still interested you can try it off-cam (by the way, running through the buttons as fast as you can helps sometimes), anyways thanks for playing our game :)

willypa 2020-04-27 09:37

Super nice game! but the graphics weren't my favorite

garys 2020-04-27 10:11

I have to applaud making your game from scratch with no engine... that's pretty hardcore. I'm not sure if I got to the end or not - after the firewall level, the game simply closed. I can't give the graphics a good score, as there kinda aren't any... but that _does_ fit in with the theme of the game, so feels a little harsh!

gamescodedogs 2020-04-27 13:23

Love the retro vibe you gave me :) Wish you the best of luck!

eduardogacn 2020-04-28 06:20

nice game!

brenno263 2020-04-29 05:07

Love the vibes, I think you could use some weirder characters. I'm not sure if the terminal will be happy with unicode, but I know there's a bunch of directional pipe characters that would make way better walls than pipes. I'd look at Nethack and various in-terminal non-graphical skins (nobody should ever play nethack with a graphical skin, that's heresy)

postmeridiangames 2020-04-29 10:52

Cool game ! I actually considered having a similar approach when making my game (In the end I went for using Unity). Good job ! :)

chief141 2020-05-02 06:14

Cool game, i really liked the looks of the game... And the gameplay was fun too

ovid 2020-05-02 21:19

Thank you @willypa, @garys, @gamescodedogs, @eduardogacn for your feedback!

lazzydev72 2020-05-04 17:54

Very Cool. :v: Keep It Up.

gelgavish 2020-05-05 17:19

Thanks so much for the nice feedback @brenno263, @postmeridiangames, @chief141, and @lazzydev72! :D

Wow, that's kind of embarrassing, we didn't know about Nethack, oh well... We used special characters in our game (not that crazy when I think about it) but we could use them only on entities, but we may change it in the future @brenno263 :)

Really @chief141? we were very concerned that the gameplay is bad, it's nice to know the gameplay is good :D

Thanks @lazzydev72! I think we will ;)

gelgavish 2020-05-06 07:09

don't worry @postmeridiangames, maby next time :)

room606 2020-05-06 19:45

Tried to launch it on Linux using WINE.. No luck :sob:

gelgavish 2020-05-06 19:58

Sorry @room606, maybe a virtual machine will work? The code of the game is really Windows based :P

If you will get a virtual machine make it windows 10, no lower

convg 2020-05-06 20:14

Nice game. Really cool and original concept. In my top 2 so far. Good work!

ovid 2020-05-06 20:20

Thank you @convg! we're very happy that it is in your top 2 so far!

firesplash-entertainment 2020-05-07 17:43

Thanks for submitting your game to our stream!

As always we will create highlights for a rewatch if you want.

I liked the game idea, and the fact that you created it from scratch without using any commercial engine. Well the artstyle was... interesting - To be honest, its more like typography ;) It was rather short, probably some more levels would have been coll but all in one it fits I think.

The only point is that it feels strange that after killing the last enemy of the "firewall" - The game immediately quits.

papaver 2020-05-07 17:44

Cool :) I like how you used characters and colors. Would have enjoyed more levels!

polegar 2020-05-07 20:03

Great idea and realization, I really like the mood that you created for your game thanks to the console graphics and the audio. They both go very well together. The gameplay was simple but fun, the firewall level is a nice surprise and change the rythm of the game. For the drawbacks : when you loose it's a bit frustrating because there is no loosing screen and the game stops. It would have been nice to restart from the level you were at. Anyway great job !! It's nice to discover that there are more people from the "no game engine team" :smile: !

streetgeek 2020-05-09 08:16

pretty cool!, Color scheme is great, but i would've liked to see more variety in the level design. Overall Great though!

ovid 2020-05-09 18:24

@firesplash-entertainment thank you for streaming our game!

We'd like to have those highlights for a rewatch.

We'll create more levels, fix the issues and the bugs of the game.

And about the "Firewall" level - the game ended after that level because of a bug that made it difficult for us to create the end screen.

And again thank you for supporting us!

ovid 2020-05-09 18:41

@papaver, @polegar and @streetgeek for your feedback! It helps us with the progress of the game that we'll keep soon.

@polegar, we'll add a game over screen :)

sandra-martinez 2020-05-10 09:49

:( couldn't launch the game. After the start screen, it showed "Press any key to continue..." and now everything is black. I rated your game but I hope I can try playing it later

gelgavish 2020-05-10 11:32

Hey @sandra-martinez, are there any scroll bars in the console window? it might be due to the screen size

sandra-martinez 2020-05-10 12:30

Annotation 2020-05-10 192917.jpg Here. There is a scroll bar on the right but I still don't see anything after scrolling it

gelgavish 2020-05-10 12:37

Ok, this is a tricky one @sandra-martinez... :) I guess you started scrolling from the top, right? I think this is happening because the levels can't be printed, is there a "res" folder? Can you try downloading a different version if it doesn't work?

Thank for trying hard playing our game btw :)

lilkrit 2020-05-11 14:38

This is awsesome :D