This program allows you to have and take care of your very own pet cat over the command line. Your cat will have different needs, and you can choose to fulfill or ignore those needs. However, be warned, ignoring your kitty and their needs will cause them to run away!
- Name your kitty :)
- Take care of your kitty's needs (thirst, hunger, playfulness, snuggles)
- Random events that affect your kitty's happiness, health, and energy
- Visit the vet, beach, park, or go on a walk based on your kitty's age
- Shop for items to improve your kitty's health, energy, and happiness
- Save and load your kitty's progress
- Ensure you have Rust installed. If not, you can install it from rust-lang.org.
- Clone the repository:
git clone https://github.com/prvjhnwr/kitty-pet-cli.git
- Navigate to the project directory:
cd kitty-pet-cli - Build the project:
cargo build --release
- Run the program:
cargo run --release
- Follow the on-screen instructions to interact with your kitty.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.