FoonLudum Dare ExplorerLD29 → Beneath the Sur(e)face

Beneath the Sur(e)face

By rikardkarlsen

View on Wayback Machine

CategoryRankScoreCount
Coolness351
Humor3242.82
Innovation9952.46
Mood10492.38
Theme11492.22
Graphics11722.07
Overall11722.41
Fun11772.11

Comments

rahazan 2014-04-28 04:57

The .bat file is incorrect (points to wrong .jar filename), the game however worked fine after changing that.

Very difficult, I could not figure out much without looking at the source. Some small tips that may help others forward: Ask questions in lowercase and use proper punctuation! (and even then I'd be surprised if anybody beat it without peeking at the source)

I love seeing textgames however!

rikardkarlsen 2014-04-28 09:46

@Rahazan Thanks for letting me know about the .bat, it's fixed now.

snoother 2014-04-28 18:54

Couldn't get it to run. Opening the .jar file does nothing and opening the .bat file launches a very brief command prompt screen and then nothing. I'm running windows 8.1, if that helps.

whalebot 2014-04-28 19:28

Haha I honestly don't know how anyone will be able to complete this without the source code. But reading through that was kind of funny anyway (as far as the things you needed to ask to continue). I guess John has some family matters to attend to ;)

rikardkarlsen 2014-04-28 19:57

@Snoother Try adding "pause" at the end of the .bat file. Run it and see what it says.

tomski 2014-04-29 10:41

Pretty hard, and I cheated too, great stuff, love text games!

snoother 2014-04-29 16:45

I managed to capture the message in the brief time it appeared: "'java' is not recognised as an internal or external command, operable program or batch file."

gene-z 2014-04-30 01:41

Hard Game , but good idea

rikardkarlsen 2014-04-30 10:49

@Snooter Open the file in notepad and replace the word java with the path to where your java is installed (if you have it installed). f.ex.:

"C:\Program Files\Java\jre7\bin\java" -jar btsf.jar
pause

gallefray 2014-04-30 22:59

Awesome, managed to beat the game :D

paps 2014-05-01 12:57

Hum I starting to think that I suck in text game. cool game though

tomvert 2014-05-01 13:00

I didn't know what to do but I like text game.

cezel_ 2014-05-02 08:54

It was really nice, altough I had to read the source code to know what to do, most of my mistakes were because of bad spelling.

shasharala 2014-05-04 03:13

That was interesting. I have not played a game in a while that involved a parser. I recall some Sierra games having them. Of course, those were commercial productions, but they were fun. I miss them and this was a small call back to them.

drprettypatty 2014-05-04 17:49

Hmm I couldn't get it to run :/ I have java installed, but it said 'java' isn't a valid command

rikardkarlsen 2014-05-04 19:27

You can try what I said to Snooter about 7 comments up. If not, you can try to google it :)

fullmontis 2014-05-08 13:28

I had to look at the source, I don't think i's possible to win otherwise. At first I thought it was a game where you had to guess a specific word he was thinking but that wasn't the case.