https://github.com/caneroj1/scrabble
Automates keeping track of score in scrabble written in go
https://github.com/caneroj1/scrabble
Last synced: about 2 months ago
JSON representation
Automates keeping track of score in scrabble written in go
- Host: GitHub
- URL: https://github.com/caneroj1/scrabble
- Owner: caneroj1
- License: mit
- Created: 2015-08-15T03:19:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T04:36:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-03T11:47:43.144Z (4 months ago)
- Language: Go
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go Scrabble
A simple command-line interface written in Go for keeping score in scrabble.
My first foray into the Go language, this is a port of
a ruby program I made to simply automate the keeping
of score when playing scrabble.Using
* In your github.com directory of your Go workspace, make a caneroj1 directory.
* In that directory, run `git clone https://github.com/caneroj1/scrabble.git`
* From inside the scrabble directory, run: `go build`
OR
* From anywhere, run: `go build github.com/caneroj1/scrabble`
* Next, from inside the scrabble directory, run: `go install`
OR
* From anywhere, run: `go install github.com/caneroj1/scrabble`
* Finally, you can now run `scrabble`