# Cloning the project
cd https://github.com/balta-z-r/the-aztec-game.git
cd the-aztec-game
# Installing dependencies
dotnet restore
# Running the game
dotnet run
baltaazr/the-aztec-game
An adventure-type command prompt game with story telling and a turn-based combat system
C#