Poopy Turtle is a fun and quirky command-line application where a turtle runs for its life, leaving a trail of poop emojis behind. The progress of the turtle is displayed using a custom progress bar with various emojis.
Help save such endangered species! 💚
- Customizable progress bar with emojis
- Fun and engaging theme
- Easy to run and extend
- Go 1.24.0 or higher
To install the dependencies for this project, run:
go mod tidyTo run the Poopy Turtle application, use the following command:
go run main.goThis project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
- progressbar for the progress bar implementation.
- go-ansi for handling ANSI escape sequences.