https://github.com/swz-git/dice
A simple command line dice rolling application
https://github.com/swz-git/dice
Last synced: 12 months ago
JSON representation
A simple command line dice rolling application
- Host: GitHub
- URL: https://github.com/swz-git/dice
- Owner: swz-git
- Created: 2021-11-05T17:42:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T17:58:55.000Z (over 4 years ago)
- Last Synced: 2025-05-15T15:52:14.018Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dice
A simple command line dice rolling application
Outputs dice like this:
```
╭─────╮
│ │
│ • │
│ │
╰─────╯
```
## Install
`go install github.com/swz-git/dice@latest`