CodingTrain / CodingTrain/Oregon-Trail
Page layouts
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
I have looked at the first few pages (before Matt's General Store) and here are all the page configurations that are in use.
## 1. Image + Options

_Breakdown of the elements:_
- Image element (The Oregon Trail image)
- Separation image
- Numbered options
- Submit that takes numbers from 1 to the amount of options
- Separation image
## 2. Text + Options

_Breakdown of the elements:_
- Separation image
- Some text
- Numbered options
- Submit that takes numbers from 1 to the amount of options
- Separation image
## 3. Text + [Spacebar]

_Breakdown of the elements:_
- Separation image
- Some text
- Separation image
- Confirmation message (press SPACE BAR to continue)
## 4. Image + Question

_Breakdown of the elements:_
- Image element
- Question
- Text input (Should have a limit of characters)
## 5. Image + Question + List inputs


_Breakdown of the elements:_
- Image element
- Question
- Numbered list of inputs (Each should have a limit of characters)
- Confirmation message (Enter names or press Return)
- After inputing, confirmation message changes to a **Y**es/**N**o confirmation question
## 6. Loading screen

_Breakdown of the elements:_
- Image element
- Some text in a bordered container for emphasis
## 7. Image + [Spacebar]

_Breakdown of the elements:_
- Image element
- Some text over the image in a bordered container for emphasis
- Confirmation message (press SPACE BAR to continue)
## 8. Dialogue + [Spacebar]

_Breakdown of the elements:_
- Some text
- Image element on left
- Bullet points on right
- Confirmation message (press SPACE BAR to continue)
## Conclusion
There are a lot of page layouts that are not even the core game. Currently adding pages is hard and not efficient. Maybe a simple page editor that would generate the JSON code will solve this issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.