https://github.com/dhruvsrikanth/climbingeverestgame
Climb the treacherous Mount Everest in this exciting text-based adventure game! A game through which you can experience a pure (Haskell) climb!
https://github.com/dhruvsrikanth/climbingeverestgame
c climbing everest functional-programming game-development games gaming haskell monad text-based-adventure text-based-game trekking
Last synced: about 2 months ago
JSON representation
Climb the treacherous Mount Everest in this exciting text-based adventure game! A game through which you can experience a pure (Haskell) climb!
- Host: GitHub
- URL: https://github.com/dhruvsrikanth/climbingeverestgame
- Owner: DhruvSrikanth
- Created: 2021-12-13T01:04:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T18:39:40.000Z (over 3 years ago)
- Last Synced: 2025-04-23T22:14:05.964Z (about 2 months ago)
- Topics: c, climbing, everest, functional-programming, game-development, games, gaming, haskell, monad, text-based-adventure, text-based-game, trekking
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climbing Mount Everest: A Functional Adventure Far Far Away
Instructions on the Game:
1. The goal is to get to the summit of everest.
2. To win the game, you must pick up the flag at the south summit and bring it to everest.
3. An extra feature is that if you do not pick up the snacks in Camp 3 and the oxygen at ABC, you will die if you make it to the south summit, everest summit or lhotse summit.A map of the game can be seen below -

You will start at everest base camp. (As indicated by the star when you use the map command).
Commands that can be used are -
1. map - View where you are on the map (as indicated by the asterisk).
2. look - Look to see what items are in this room, what room you are in and where you can go from here.
3. take item/item1,item2... - Take an item (specify the name) or items (comma separated) into your inventory.
4. drop item/item1,item2... - Drop an item (specify the name) or items (comma separated) into your inventory.
5. north/south/east/west - Use any of these commands to move in that particular direction (if possible).
6. exit/quit - use either of these commands to exit the game.Note - You can chain commands by separating each command by "and".
Items Present -
I wont be divulging where I have placed each item (the important ones have been stated above), because I believe part of the fun of this game is in finding what items are placed around and where they are placed.
1. Summit Stone
2. Trekking Poles
3. Skis
4. Ice Axes
5. Ropes
6. Flag
7. Snacks
8. Ladders
9. Oxygen
10. Camera---