I'm currently learning C++ and so I thought it would be a good idea trying to (re)program some "common" text-based games. (Thinking of Hunt the Wumpus, Guess a (pseudo) random number generated by the computer,...)
However, I can't find any good sources for such tasks.
- Which text-based games could be "educating" for me to program?
- Do you remember a special game you have programmed (written in C++ preferably), which taught you a lot?
- It would be nice if you could include:
- A general concept of the game
- What aspects of the C++ language programming this game would require/involve