Skip to content

andyevans2000/minefield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A simple Minefield game. The game is played on a sqaure chessboard style board. Squares may have a hidden mine and the player has a number of lives. The object of the game is to get from the bottom of the board (row 1) to the top of the board (by default row 10) with at least 1 life remaining. There is no skill to this game and no way to determine if a square has a hideen mine. Moves can be Up, Down, Left Or Right.

The repository contains the core minefield components as a .net Standard library, which can be added to a dependency injection container. It also contains a sample .net Core console app that allows the user to play a simple minefield game, this demonstates adding the game to DI. There is also a suite of Xunit unit tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages