プレイ日記
Stewart segludian1
Anyone want to try out my text adventure game "I Lost my Ball"? The Key is: BDWE58AV I noticed several people working on text adventures lately. I thought at the very least it would make good example code (even if it is a ton of code). It is a fairly short game and shouldn't take long to beat. Please let me know any bugs you find. Thanks.
8そうだね
プレイ済み
返信[1]
親投稿
klonoa hellkolbod
i'll try it along with that juila thing you were talking about earlier
0そうだね
プレイ済み
返信[2]
親投稿
κιъъιε kibbledude
thank u! if u can, give me some tips on string variables thanks 4 the program tho
0そうだね
プレイ済み
返信[3]
親投稿
Stewart segludian1
I did make some functions in that program that might be helpful with string processing. TRIM, UCASE (I may haved named that one upper) and SPLIT. Those are often included with BASIC. Those should help format and tokenize a string for later processing. You may want to look at those for your own game. I probably could have used variable$[i] instead of mid$(variable$, i, 1), I was just old school.
0そうだね
プレイ済み
返信[4]
親投稿
κιъъιε kibbledude
ok, ill try it out!
0そうだね
プレイ済み