A simple text-adventure game
- Python 100%
| LICENSE | Changed the LICENSE file to the actual GPLv3. | |
| MountainHike.py | Remove superfluous top comment. | |
| README.org | Added info on changing a few things in the code. | |
MountainHike
General overview
I wrote a small text-adventure game in Python as part of my "introduction to programming" course during my IT studies. The task was somewhat open and only specified that I had to use for loops, functions and game data stored in dictionaries. I thought a "keep it simple"-approach with one dictionary of dictionaries (a thesaurus?), one function, and one for loop would be enough to make a game with different stages and choices with a score as the assignment required. MountainHike.py is that text-adventure with a couple of small changes to simplify the code.
License and copyright
This project is licensed under the terms of the GNU GPL version 3 or later (at your choice). See the License file for more information.
Copyright 2022-2024 Einar Mostad