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
- Host: GitHub
- URL: https://github.com/jcoliz/minesweeper
- Owner: jcoliz
- Created: 2018-10-01T01:35:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T23:40:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-26T21:49:32.311Z (over 1 year ago)
- Topics: coding-challenge, csharp, dotnet-core
- Language: C#
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.