Zork
Project Introduction
4 months personal project, using C#, visual studio and Unity to build a reproduce text adventure game - Zork.
Multiple Platform
Using the interface code to identify different platform's output and input system. So the same code base can support multiple platform.
Json Parsing
User can simply used the Json File to specify the game world. The game support different rooms, items and enemy. Items can be eaten or used for attack enemies.
Aryna Ou