top of page

Text adventure game

This text adventure project was designed to learn more about c++. Some of the topics that were explored were:

 

System commands, this was researched because the whole project runs in a command window. Opening multiple command windows, this was used to make a map that would stay open while the game is running and can be updated. Multithreading, this was researched and used to get a timer in the game while the main game is waiting to get a user input. If this wasn't implemented the timer would only tick down in the period between the player​'s inputs.

bottom of page