Page 1 of 1

Adventure Game

Posted: Sat Apr 25, 2020 7:55 pm
by INTFORTS
I like text-based game so I made one for kolibriOS, the thing is it is rather basic and does'nt have a proper story but anyway here it is:-

Note- updated to v1.2 won't be working on it no more
Note2 - This game was actually inspired by the game adventure game in MikeOS which I tried while playing with the OS

Re: Adventure Game

Posted: Sat Apr 25, 2020 10:39 pm
by Leency
Hi, Abishkrit

I think it would be good to set window title https://prnt.sc/s5w12h
And using strstri to compile input text.

Re: Adventure Game

Posted: Sun Apr 26, 2020 8:59 am
by INTFORTS
Leency wrote:Hi, Abishkrit

I think it would be good to set window title https://prnt.sc/s5w12h
And using strstri to compile input text.
Updated it and added the window title but could'nt find anything related to strstri thing you told me about(well i am quite dumb and have used only
python so using I have some difficulties)well it does'nt matter as I am leaving this project to start a new one.
Thanks.

Re: Adventure Game

Posted: Sun Apr 26, 2020 12:13 pm
by Leency
strstri is like a strstr but it ignores letters case.
So you can use "help" or "HELP" and get the same result.