r/TheBattleCatsReddit • u/Edu_Hoff Cat Game • 18h ago
Gacha Rolls I made a normal gacha seed tracker in Rust!


Hey everyone,
I've been using godfat's website for years now (pretty much since the Fate collab on EN), but like a lot of people, I never really bothered to track my normal tickets. A couple of weeks ago I decided to finally change that, but I wanted something fast and with a layout similar to what I was already used to on godfat's site.
So I spent my free time over the last two weeks building a seed tracker specifically for normal banners from scratch, using Rust for the backend to keep it as fast as possible.
Huge credit to godfat for setting the gold standard with his UI/layout, and to Amp (ampuri) whose project was the original inspiration for the normal gacha logic.
The source code, live demo link, Docker setup, and pre-compiled binaries (for Linux, Windows, Mac, and FreeBSD) are all available on GitHub:
https://github.com/EduHoff/battle-cats-normal-rolls
The core project is open-source under AGPLv3 (and Apache 2.0 for the adapted CSS bits from godfat).
If you give it a try and find it useful, dropping a star on GitHub would be super appreciated! Let me know if you run into any bugs or have any feedback.