top of page

Text-based Game

This a text-based game project where the player which is indicated by a "@" can move around the game world and has to collect treasures while avoiding obstacles

Written in C++

Using Different Programming Patterns

 

 

Command Pattern for the Player Movement

Flyweight Pattern for the Random World Generator.

bottom of page