Fixes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -16,3 +16,5 @@
|
|||||||
|
|
||||||
go.sum
|
go.sum
|
||||||
|
|
||||||
|
go-mines
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ A terminal-based Minesweeper game written in Go, using the `tcell` library for h
|
|||||||
1. Clone this repository:
|
1. Clone this repository:
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/Toprun123/go-mines.git
|
git clone https://github.com/Toprun123/go-mines.git
|
||||||
cd minesweeper-terminal
|
cd go-mines
|
||||||
```
|
```
|
||||||
2. Install dependencies:
|
2. Install dependencies:
|
||||||
```sh
|
```sh
|
||||||
@@ -24,11 +24,11 @@ A terminal-based Minesweeper game written in Go, using the `tcell` library for h
|
|||||||
```
|
```
|
||||||
3. Build the project:
|
3. Build the project:
|
||||||
```sh
|
```sh
|
||||||
go build -o minesweeper
|
go build -o go-mines
|
||||||
```
|
```
|
||||||
4. Run the game:
|
4. Run the game:
|
||||||
```sh
|
```sh
|
||||||
./minesweeper
|
./go-mines
|
||||||
```
|
```
|
||||||
|
|
||||||
## Controls
|
## Controls
|
||||||
|
|||||||
Reference in New Issue
Block a user