https://github.com/made2591/goarrows
A super simple puzzle game written in Go using termbox-go
https://github.com/made2591/goarrows
80 cli game go golang puzzle shell termbox-go vintage
Last synced: about 1 month ago
JSON representation
A super simple puzzle game written in Go using termbox-go
- Host: GitHub
- URL: https://github.com/made2591/goarrows
- Owner: made2591
- License: apache-2.0
- Created: 2018-09-04T22:29:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T21:08:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T10:50:14.430Z (over 1 year ago)
- Topics: 80, cli, game, go, golang, puzzle, shell, termbox-go, vintage
- Language: Go
- Homepage:
- Size: 941 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-arrows
Go-arrows is a superminimal puzzle game written in Go. To try the game, from a shell:
```shell
go get github.com/nsf/termbox-go
git clone https://github.com/made2591/goarrows
cd goarrows
go run main.go
```
Instruction will be printed in stdout, with scores (number of) in the end:
## Dependencies
The only external used is the following:
```shell
go get github.com/nsf/termbox-go
```
Thanks to [nsf](https://github.com/nsf) for [termbox-go](https://github.com/nsf/termbox-go).
## Improvements
- Introduce levels (with combination of arrows)
- Introduce timer for complete moves
- Share result / saving best score