From d6495310c4cf394d54df922866dac61228f098d3 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sun, 9 Feb 2025 15:10:52 +0300 Subject: [PATCH] Fixes --- .gitignore | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9e1dcb0..c1775a2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ go.sum +go-mines + diff --git a/README.md b/README.md index a096d75..224c914 100644 --- a/README.md +++ b/README.md @@ -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