An adaptive terminal countdown timer with dynamic scaling and midnight fireworks!
This tool syncs with your system clock to provide a real-time countdown to the New Year. It features a custom-built matrix rendering engine that adjusts the size of the digits based on your terminal window dimensions.
- Go Compiler: Version
1.20or higher. - Environment:
- Linux/macOS: Any standard terminal (Bash, Zsh, Fish).
- Windows: Highly recommended to use Windows Terminal or PowerShell.
- System: Access to
stty(Unix) for auto-scaling support. - Font: A monospaced font (e.g., JetBrains Mono, Courier) is essential for correct alignment.
Follow these steps to get the counter running:
# 1. Clone the repository
git clone https://github.com/delfel25/New-Year-counter.git
# 2. Enter the directory
cd New-Year-counter
# 3. Build the executable
go build main.go
# 4. Run the program
./main