signebedi / coliseum

simple, turn-based, in your TTY
MIT License
2 stars 1 forks source link

[Enhancement] Add a map/labyrinth feature #4

Open hyp-er opened 3 years ago

hyp-er commented 3 years ago

I would like to add functionality to this game that allows players to move into different locations; for example, a labyrinth feature with the Minotaur at the end.

signebedi commented 3 years ago

I like the idea of adding a labyrinth feature to this game. We can present it as a never ending dungeon level to further train and level up your character. It will add some complexity, as the enemies encountered will be different than those encountered in the coliseum. Further, we'll need to generate a dynamic map, as well as objects for player movement and discovery within the labyrinth.