VisualStudioEX3 / SnakesAndLadders

An implementation of the Snakes and Ladders board game, as a simple backend with a basic terminal frontend implementation, developed in .NET 5.0 with C#. This project is a technical test for a job interview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snakes and Ladders

A little project for a technical job interview.

Build GitHub GitHub release (latest by date)

SnakesAndLaddersThumbnail

An implementation of the Snakes and Ladders board game, as a simple backend with a basic terminal frontend implementation, developed in .NET 5.0 with C#.

The game backend is developed as an independent service, able to use with any kind of frontend as you want.

The project is totally platform independent with a minimal dependencies. You can compile the project for Windows, Linux or Mac.

Dependencies

The only dependency is the Microsoft.Extensions.DependencyInjection NuGet package.

Usage

Simply compile the solution, run the program and follow the instructions in screen.

Game board reference

The image of the game board used as reference to build the board data: SnakesAndLaddersBoard

Technical interview kata instructions

https://github.com/VoxelGroup/Katas.Code.SnakesAndLadders/

About

An implementation of the Snakes and Ladders board game, as a simple backend with a basic terminal frontend implementation, developed in .NET 5.0 with C#. This project is a technical test for a job interview.

License:MIT License


Languages

Language:C# 100.0%