This project is about making Nonogram with golang. It is a toy project of simp7 to improve skills of golang and CLI development.
Visit and follow the instruction in https://golang.org/doc/install
- Open the terminal
- Excute
go get -u github.com/simp7/nonograminGo
- Execute
go install github.com/simp7/nonograminGo@latest
- Execute nonograminGo
- termbox-go: for handling CLI environment
Go언어로 네모로직을 구현한 프로젝트입니다. 해당 프로젝트는 simp7의 토이 프로젝트로 Go언어와 CLI 개발 능력 향상을 목적으로 만들어졌습니다.
https://golang.org/dl/의 지시대로 Go언어를 설치합니다.
- 터미널을 엽니다.
go get -u github.com/simp7/nonograminGo
를 실행합니다.go install github.com/simp7/nonograminGo@latest
를 실행합니다.- nonograminGo를 실행합니다.
- termbox-go: CLI 환경 관련 패키지
- times: 소요 시간 측정 패키지