FoonLudum Dare ExplorerLD26 → The Time Saver

The Time Saver

By hello23

View on Wayback Machine

CategoryRankScoreCount
Coolness368
Theme3933.70
Humor7561.96
Audio8162.25
Innovation10242.43
Mood11312.19
Overall11522.53
Graphics11762.17
Fun12092.11

Comments

jaj 2013-04-29 08:38

I think the level design was a bit boring, with long parts of walking. And too many levels lacked any challenge. I quit at the key level because I did not feel like pushing the block all the way to the switch.

hgouveia 2013-04-29 10:06

Very well done , i like the fact is on console that's for sure is different :D +1 for that,

The movement i think was too slow , maybe is you can move faster the game gets more fun

hello23 2013-04-29 10:18

You can run faster (still pretty slow), if you do not release the arrow key and keep it pressed (but I believe you figured that out).

poohshoes 2013-04-29 10:45

I really had trouble with how unresponsive the controls felt.

morgawr 2013-04-29 10:48

Game was pretty bland, unfortunately I'm on Linux and I get no music.
Overall it gets a few more points because it reminds me of an old game I made in Pascal around 10 years ago. Nostalgia'd like crazy!

ashdnazg 2013-04-29 11:19

It seems like a cool game, but same as poohshoes, the controls response was sluggish.

The music repetition kinda drove me crazy after a bit :)

aymes 2013-04-29 11:19

Hey, well the controls were a bit frustrating. The text at the top of the screen saved the game a bit for me. I didn't get any music either (win8?) but had a listen in the assets folder and it was nice but very short.
Definitely scores high on the theme but otherwise needed something else to make it more interesting. Personally I stopped when I got to the shooting levels (when I somehow was slow enough to get shot and the whole level restarted)

2013-04-29 11:37

i just loved this game so much! you don't need to think so hard about how to get to the next level but a tiny mistake can make your way to the top hard (by that i mean to pay attention to those B blocks). thank you for this wonderful time :)

noa 2013-04-29 12:30

the player is too slow, except this I like this game :D

ttakamoto 2013-04-29 14:15

I think you were brave to do that so low-level development as using C or something. Really nice and I think your strong point was to be so attached to the theme. The overall criticism was about the fun and humor. But good job anyway :)

zccc 2013-04-30 15:35

Great entry! I really enjoyed beating it!

zkenshin 2013-04-30 16:12

Neat to see Terminal/Command Prompt style games.

hello23 2013-04-30 20:27

Thanks ! BTW you can edit the levels by editing the images in the assets folder, my code generates the levels by the colors of the pixels.

johnnysix 2013-04-30 20:36

Acceleration/intertia could have been cool on the character - it became a bit laborious getting around the levels. Like the oldschool charm and the insane difficulty on the later levels with the shooters.

megabrutal 2013-05-01 02:14

I'm trying to run this on Ubuntu, but I'm getting this:

The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/2.0/mscorlib.dll' directory.

I suppose I should install something in addition to Mono, but I don't know what.

argo15 2013-05-01 07:08

Kinda boring, but the music makes it a bit better.

zatyka 2013-05-02 01:02

I enjoyed the audio most of all and I was digging the old DOS style. I found the levels were a bit tedious, mostly because I would look at them, almost immediately see what needed to be done, and then have to slowly move my way back and forth across the screen. However, the levels did get more interesting as the game went on. I'd suggest making the first few levels more compact, and make them large as they get more complex.

yellowlemming 2013-05-04 05:42

it fits the theme well but it doesn't seem very interesting, mostly due to how slow it is to move anywhere

bipolemoment 2013-05-04 16:42

It was WAYYYYY too laggy on my computer, but nonetheless, it was a good game.

jlauener 2013-05-04 20:39

Congrats for making an action game in text mode :D The game is fine but the levels were not challenging at all at the beginning and suddenly with level 7 it became super hard.

hello23 2013-05-11 07:27

I had some time to look at the game's code and I found the source of the slow movement and lags. It turns out that using Console.WindowHeight and Console.WindowWidth to retrieve the window height and width is very slow. By saving the values to variables once, instead of calling these properties every time, every single game loop is now performing 200 times faster (!!!).
Enjoy playing the much faster Post-Compo version.

avidgamernino 2013-05-11 07:54

Very cool. I dig your take on the them minimalism it is
definitely there. Great Job