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

https://github.com/villy-p/ascii-minesweeper

A small ASCII Minesweeper game written in C# for your console
https://github.com/villy-p/ascii-minesweeper

ascii console console-game csharp game minesweeper

Last synced: 3 months ago
JSON representation

A small ASCII Minesweeper game written in C# for your console

Awesome Lists containing this project

README

        

# CSharp-Minesweeper

Minesweeper game within terminal with ASCII characters

You play by inputting with m and then the coordinates of the square you wish to click to mark it with a flag or just type the coordinates of the square to click it.

Run `dotnet run` in your terminal to get started.