Game Master of a Role Playing Game
November 4, 2020 ยท View on GitHub
Story
In this exercise you're playing a role-playing game named "Wizard and Warriors" with your best friends. You are the game master, the person tasked with making the game world come alive for the other players. A key aspect of this is describing the game to the players: what is a character's status, what the town they're visiting looks like, etc.
Tasks
These are example tasks that fit the game master exercise:
- Describe a character
- Describe a destination
- Describe a travel method
- Describe a character/destination/travel method combination
- Describe a character/destination method combination
Implementations
- C#: wizards-and-warriors-2 (reference implementation)