Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinmclean/terminal-tiller
farming idle game for the terminal!
https://github.com/calvinmclean/terminal-tiller
Last synced: 21 days ago
JSON representation
farming idle game for the terminal!
- Host: GitHub
- URL: https://github.com/calvinmclean/terminal-tiller
- Owner: calvinmclean
- Created: 2024-01-15T23:39:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T06:07:01.000Z (11 months ago)
- Last Synced: 2024-10-26T20:52:15.205Z (2 months ago)
- Language: Go
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal Tiller
Terminal Tiller is a simple idle game to grow, harvest, and sell crops from your terminal!
Built with tools from [charm.sh](https://charm.sh)!
![screenshot](screenshot.png)
## Install
```shell
go install github.com/calvinmclean/terminal-tiller@latest
```## Play
After installing, simply run:```shell
terminal-tiller
```This will create a new save file in `~/.terminal-tiller`
See the on-screen usage instructions and start planting! When you close the game, the state is saved and your crops will continue growing!
## Conveniently Get Status Notifications
The `terminal-tiller -status` command will output a convenient summary for your farm without having to fully open it:
```
--------------------------------------------------------------
9 plants can be harvested, earning 135g
27 plants are still growing. Come back in 1m55s to harvest
13 plots are readed to be sowed
You currently have 729g
--------------------------------------------------------------
```Add this command to your `~/.zshrc`, `~/.bashrc`, or `~/.config/fish/config.fish` to conveniently and non-disruptively receive the status message when you open a new terminal session.