The Adventure Game: Escape From Asda
An old style text based adventure game, set around the time of the Asda Empire. This game was made for one of my lecture modules at university, "Data Structures for Games".
This console game is my second console game I've made. Using a std::map for word lookup which links to functions that relate to those words, for example, "Move" in the dictionary is associated with the Move() function that takes a word parameter.
If this second word is valid, such as "North", "South", "East" or "West" then it will perform that action.
8×8 Board Games: Draughts
I began coding originally just in Windows, using DirectX in Visual Basic. This came afterwards, so this is my first console game - Draughts.
This game was made for a university assignment for the lecture module "Data Structures for Games".