Created
July 30, 2019 01:24
-
-
Save monstaro/100e5cda3dbbc21a71df3ebc2e1808f6 to your computer and use it in GitHub Desktop.
Top-Down Design
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start Campfire | |
1. Collect Wood | |
1.1 Large pieces | |
1.1.1 Walk into woods | |
1.1.1.1 Find logs on ground | |
1.1.1.1.1 Return large pieces to firepit | |
1.2 Small Pieces | |
1.2.1 Find tree | |
1.2.1.1 Check if tree is dead/dry | |
1.2.1.1.1 Snap Branches into small pieces | |
1.2.1.1.1.1 Repeat until 50 small pieces | |
1.2.1.1.1.1.1 Return small pieces to firepit | |
1.3 Firestarter | |
1.3.1 Get newspaper | |
1.3.1.1 Crumple it up | |
1.3.1.1.1 Return firestarter to firepit | |
2. Stack Wood | |
2.1 Put firestarter in center of firepit | |
2.2 Put small pieces in center of firepit above firestarter | |
3. Ignite wood | |
3.1 Take out matchbox | |
3.1.1 Light match | |
3.1.1.1 Put match on firestarter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment