mozilla / ipquest

It's Dangerous To Go Alone.
MIT License
1 stars 7 forks source link

change GAMEOVER behavior #9

Open learnedhoof opened 8 years ago

learnedhoof commented 8 years ago

presently, GAMEOVER sends the user back to the splash screen.

since we want to add intro text (#3 ), we don't want to make the user sit through that on subsequent playthroughs.

would be helpful to have options for something like TRY AGAIN (reset the game, but skip splash, skip crawl, and get straight to action) and a QUIT (go back to the splash screen)

potch commented 8 years ago

I want to let dialogue trees emit "events" that can change the game state. So encountering GAMEOVER once can change some bit in the game that lets us not have to go through an intro the second time.

learnedhoof commented 8 years ago

also a special dialogue option for fleeting combat (FLEE or RUN)