A social-ish, Slack-based idle game inspired by (and/or ripping off) Cookie Clicker.
Go to file
Sage Vaillancourt 7bc1455e37 Some cleanup and corrections.
Jokes and news should work again
2023-12-31 20:29:39 -05:00
playingCards Card APIs, new poll triggers, and other small additions 2023-12-05 20:26:16 -05:00
src Some cleanup and corrections. 2023-12-31 20:29:39 -05:00
.dockerignore Toying with docker 2023-12-29 23:11:00 -05:00
.gitignore Add backups/ and hvacoins.json to gitignore 2022-03-03 14:21:08 -05:00
Dockerfile Toying with docker 2023-12-29 23:11:00 -05:00
README.md Add REPL to play with 2023-12-06 19:05:19 -05:00
package-lock.json 1.0.2 2023-12-29 23:11:27 -05:00
package.json 1.0.2 2023-12-29 23:11:27 -05:00
script.sh Update script.sh for new host. 2023-12-29 16:09:54 -05:00

README.md

Hvacker

A Slack-based idle game inspired by (and/or ripping off) Cookie Clicker.

Endlessly self-referential and full of outdated or otherwise 100% unfunny in-jokes, the game has actually ended up pretty playable. Progression is classic diminishing-returns idler, and a few social elements keep things from getting stale too quickly.

It also features (among other things) a simple poll system for voting on thermostat controls (hence the name, HVACker) and was originally intended to control a thermostat directly, but the system on hand ended up lacking the appropriate API support.

Design Philosophy

Unlike most game development frameworks, Slack has significant rate-limiting depending on the actions you want to take. Thus, it was decided that as few elements as possible should actually update in real time. Instead of processing game ticks as frequently as possible, they are handled only at request time. Essentially, using a very large delta value between ticks.

This also leaves the Hvacker server relatively lightweight, in an idle state at nearly all times.

Try it out!

Only functional on git.sagev.space