An open API service indexing awesome lists of open source software.

https://github.com/jcoliz/minesweeper

Minesweeper console app coding challenge
https://github.com/jcoliz/minesweeper

coding-challenge csharp dotnet-core

Last synced: over 1 year ago
JSON representation

Minesweeper console app coding challenge

Awesome Lists containing this project

README

          

# Minesweeper Coding Challenge

This is a console game of Minesweeper written in C# on dotnet core.

Recently, I was involved in a timed coding challege to craft such a game. This took me about 1:45 for
the initial completely working, and then another good 2:00 to refactor it to how I\'d wish I\'d written it.