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
- Host: GitHub
- URL: https://github.com/villy-p/ascii-minesweeper
- Owner: Villy-P
- License: mit
- Created: 2022-09-01T00:43:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T19:45:50.000Z (7 months ago)
- Last Synced: 2025-03-17T06:51:37.210Z (3 months ago)
- Topics: ascii, console, console-game, csharp, game, minesweeper
- Language: C#
- Homepage:
- Size: 138 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.