game
eccentric skinner box point-collecting game
A minimalist web game where you press one button once a day to earn a point, competing with friends on a persistent scoreboard, built in Rust with the Rocket framework.
What This Game Does
Imagine a super simple competition game where your only job is to press a button once per day and collect one point. That's it. You and your friends can create accounts, press the button daily, and compete to see who can rack up the most points over time. It's the kind of thing that sounds silly but somehow gets people coming back day after day—a digital scoreboard where patience and consistency win.
How It Works
The game is a website you visit in your browser. When you log in with your account, you see your current score and a button. Press it once per day, earn a point, and come back tomorrow to do it again. Behind the scenes, the creator built it using Rust (a programming language known for being fast and reliable), with a web framework called Rocket that handles the website itself. Your account data and points are stored in a lightweight database so your progress is always saved.
Why This Exists
The original version of this game was thrown together in a single night as a fun side project. But then something unexpected happened—people actually started playing it and enjoying it. The creator realized the hastily-built code wasn't stable enough to maintain as more people joined, so they completely rewrote it from scratch in Rust, partly because they wanted to learn the language. This newer version is much more solid and easier to improve.
This is the kind of project that appeals to someone who enjoys minimalist games or wants to run a casual competition with friends. It's low-stakes, requires almost no time commitment, and creates just enough engagement to be memorable.
Where it fits
- Run a low-stakes daily competition with friends using a single button press.
- Play a minimalist habit-forming game that takes seconds a day.
- Study the Rust and Rocket source as an example of a small, real production web app.