Please sign in to access this page

Cave Cruncher

Cave Cruncher

3 devlogs
23h 45m
Created by Mr_Enderkid

A small text-based video game based on 'Hunt The Wumpus'. Complete with an absolutely wild plot? Enjoy!

Timeline

Been a while since the last one but:
- Reworked entire base game with completely new classes, methods, etc...
- Reorganised files and made the appropriate links between them.
- Created functions for a few of the main program outputs. A future improvement would be to divide the entire user experience into multiple simple functions for the convenience of myself and anyone viewing the code.
- The game actually works, but there are a lot of bugs and incomplete features that are yet to be fixed.

Update attachment
  • Developed a method to link the current cave to another cave and also the linked cave to the current cave in one go.
  • Created subclasses for different types of rooms.
  • Made a 'movemenu' method for objects to output the names and directions of all caves linked to the current cave in order of caveid.
  • Made instances for all 19 caves in the game and created a file to store the links between each cave, which the program uses to link up all the caves.
  • TESTED ;-;
Update attachment
  • Created the base game before the creation of this project.
  • Future plans are to expand upon this with new mechanics, characters, areas and possibly a plot?
Update attachment