Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 780 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 780 Bytes

Azure Adventure

This is a text based game for people and companies wishing to boost their Azure Skills Text Based Game

Prerequistes

  • Python version 3 installed and both python and pip installed to the Path! OR
  • Docker

Getting Started

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

Modules

Introduction

Get a feel for how to do challenges in this game by learning some C# Basics

C# Concepts

Learn about LINQ, Web API projects, Dependency Injection, Unit Tests

Interviewing with 3M!

Learn how to do basic data structure work in C# and Python