This project studies the Busy Beaver function for CounterScript, a minimal computational model with counters and three instruction types.
The main goal is to enumerate all CounterScript programs up to a given length (config.js → ENUM.MAX_LENGTH), classify each as halted, nonhalted, or holdout, and find champions (highest-scoring halting programs).
Note: some informations may be outdated.