DevGotchi is a virtual pet that tracks your git logs to see how consistent you have been. If it notices you slacking off, it'll take damage and slowly start to forget about you.
- Make sure your device has uv set up for the best experience with the virtual environment.
- Clone the repository to the directory where you have a repository that you want to track:
git clone https://github.com/Flazer0136/DevGotchi.git- Navigate to the project folder and run the following commands:
- First to install dependencies
uv sync- to run the app (this also automatically initializes the project)
uv run game.py-
Your app should be running in your terminal now, the pet will automatically check the git logs using the sub process that runs along side it.
-
Play and interact with the pet to gain extra health and happiness points.