CodingTrain / CodingTrain/Suggestion-Box
Option driven adventure
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
There is a fascinating game called LifeLine out on smartphones. In essence its an adventure that only requires the user to click one of two buttons in order to drive the story.
I find these sorts of games intriguing in so far as how a choice made ealier in the game can impact events later in the course. So I would love to see how this is tackled in code.
# Example of adventure starting point
### I just woke up to find that I am locked in a room. What should I do?
[**Look around**] ... [ **Yell for help**]
(Player clicked "Look around" option)
### Its pretty much empty apart from a small light, radiator, and a metal door.
[**Try the door**] [ **Examine the radiator**]
(Player clicked "Yell for help" option)
### I scream and shout for 5 minutes yet hear no response
[**Keep yelling**] ... [**What can you see around you?**]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.