├── LICENSE ├── README.md ├── beginners_python3.pdf ├── formatting.pdf ├── game_01.py ├── game_01_comments.py ├── game_02.py ├── game_02_comments.py ├── game_03.py ├── game_04.py ├── game_05.py ├── game_06.py ├── game_07.py ├── game_07_comments.py ├── game_08.py ├── game_08_comments.py ├── game_09.py ├── game_10.py ├── game_10_with_design.py └── mentor-notes.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/README.md -------------------------------------------------------------------------------- /beginners_python3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/beginners_python3.pdf -------------------------------------------------------------------------------- /formatting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/formatting.pdf -------------------------------------------------------------------------------- /game_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_01.py -------------------------------------------------------------------------------- /game_01_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_01_comments.py -------------------------------------------------------------------------------- /game_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_02.py -------------------------------------------------------------------------------- /game_02_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_02_comments.py -------------------------------------------------------------------------------- /game_03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_03.py -------------------------------------------------------------------------------- /game_04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_04.py -------------------------------------------------------------------------------- /game_05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_05.py -------------------------------------------------------------------------------- /game_06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_06.py -------------------------------------------------------------------------------- /game_07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_07.py -------------------------------------------------------------------------------- /game_07_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_07_comments.py -------------------------------------------------------------------------------- /game_08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_08.py -------------------------------------------------------------------------------- /game_08_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_08_comments.py -------------------------------------------------------------------------------- /game_09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_09.py -------------------------------------------------------------------------------- /game_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_10.py -------------------------------------------------------------------------------- /game_10_with_design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/game_10_with_design.py -------------------------------------------------------------------------------- /mentor-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codinggrace/text_based_adventure_game/HEAD/mentor-notes.md --------------------------------------------------------------------------------