1
0
Fork
You've already forked MountainHike
0
A simple text-adventure game
  • Python 100%
2025年12月14日 04:30:36 +01:00
LICENSE Changed the LICENSE file to the actual GPLv3. 2025年07月19日 02:52:20 +02:00
MountainHike.py Remove superfluous top comment. 2025年12月14日 04:30:36 +01:00
README.org Added info on changing a few things in the code. 2024年08月07日 13:41:01 +02:00

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