This is a text based game for people and companies wishing to boost their Azure Skills
- Python version 3 installed and both python and pip installed to the Path! OR
- Docker
Run the following commands in Powershell (Windows) or Bash Terminal (**ix):
pip install -r requirements.txt
python index.py
OR
docker build . -t azure/adventure
docker run -it azure/adventure
Get a feel for how to do challenges in this game by learning some C# Basics
Learn about LINQ, Web API projects, Dependency Injection, Unit Tests
Learn how to do basic data structure work in C# and Python