A Go program that displays animated rain falling from clouds in the terminal.
Go 1.11 or later
Download the latest release from GitHub Releases and extract the appropriate binary for your platform.
git clone https://github.com/Cod-e-Codes/rain.git
cd rain
go run main.go
Run the program to display animated rain. Press Ctrl+C to exit.
- Displays white ASCII clouds with blue rain characters
- 60% probability of rain at each position
- 200ms frame delay
- Clears screen between frames
- v1.0.2 - Fixed cloud spacing and restored original visual appearance
- v1.0.1 - Fixed deprecated rand.Seed usage and improved CI workflow
- v1.0.0 - Initial release with cross-platform builds for Windows, Linux, macOS, and Android
This project is licensed under the MIT License - see the LICENSE file for details.