This commit is contained in:
Syed Daanish
2025-02-09 15:10:52 +03:00
parent c01083f9a9
commit d6495310c4
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@@ -16,3 +16,5 @@
go.sum
go-mines

View File

@@ -16,7 +16,7 @@ A terminal-based Minesweeper game written in Go, using the `tcell` library for h
1. Clone this repository:
```sh
git clone https://github.com/Toprun123/go-mines.git
cd minesweeper-terminal
cd go-mines
```
2. Install dependencies:
```sh
@@ -24,11 +24,11 @@ A terminal-based Minesweeper game written in Go, using the `tcell` library for h
```
3. Build the project:
```sh
go build -o minesweeper
go build -o go-mines
```
4. Run the game:
```sh
./minesweeper
./go-mines
```
## Controls