2048 terminal game written in Go (Golang) 🎮
Make sure you have the following installed on your machine:
- Go 1.22.2 or greater
-
Clone this repository to your local environment.
-
Change to the project directory:
cd go-2048
-
Install the Go dependencies:
go mod tidy
-
Execute
go run cmd/main.go
If you want to contribute to this project, feel free to open an issue or send a pull request