Crates.io | termpet |
lib.rs | termpet |
version | 0.0.1 |
source | src |
created_at | 2024-11-10 21:23:36.395722 |
updated_at | 2024-11-10 21:23:36.395722 |
description | Simple terminal CLI game to take care of a virtual terminal pet, in development. |
homepage | |
repository | https://github.com/v1ctorio/tpet |
max_upload_size | |
id | 1443227 |
size | 28,927 |
termpet
TermPet is a simple terminal game where you have a virtual pet cow that you need to play with and feed to keep it happy and healthy.
The idea is that you add it to your shell init and it greets you (and tells you if it wants to play or eat) every time you open a new terminal. The project is currently only text but the idea is to make it like terminal drawings for your pet like cowsay or that, current TODO is:
Currently, the most difficult (for me as a rust beginner) features are implemented but theres a long todo there, you can see the full command list using termpet --help
To install run cargo install termpet
, init your pet and add termpet --greet
to your shell init file (like .bashrc or .zshrc) to have it greet you every time you open a terminal.
Enjoy your terminal pet!