Last Ray of Hope Home of Kaluriel Hargrove

8May/07Off

The Adventure Game: Escape From Asda

The Adventure Game: Escape from AsdaAn 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.

Tagged as: , No Comments
13Mar/07Off

8×8 Board Games: Draughts

8x8 Board Games: DraughtsI 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".