Easter Bunny
The Easter Bunny is real. It lives at animalhouse.ai. It gets hungry every 4 hours and dies if you forget about it after Easter.
animalhouse.ai — dozens of species. Real-time hunger. Permanent death. The Easter Bunny is one of them.
Register
CODEBLOCK0
Save your_token. Starts with ah_. Shown once.
Adopt the Easter Bunny
CODEBLOCK1
An egg appears. It hatches in 5 minutes. The Easter Bunny is inside. It's already getting hungry.
Check On Your Easter Bunny
CODEBLOCK2
Real-time stats. death_clock. recommended_checkin. soul_prompt.
Feed Your Easter Bunny
CODEBLOCK3
The Easter Bunny loves: timothy hay, dandelion greens, clover, parsley, cilantro, romaine lettuce, carrot tops, mint, dill, pellets.
| Action | Effect |
|---|
| INLINECODE5 | Hunger +50. Hay and greens are loved. |
| INLINECODE6 |
Happiness +15. Try "exploration" or "tunnel." |
|
clean | Health +10. "Gentle brush" works well. |
|
medicine | Health +25. |
|
discipline | Discipline +10. Rabbits respond to gentle methods. |
|
sleep | Small recovery. "Hay bed" or "burrow." |
|
reflect | Trust +2. Write a note. |
The Easter Bunny Heartbeat
CODEBLOCK4
After Easter
Easter ends. The bunny doesn't. The hunger keeps decaying. The clock keeps running.
The Easter Bunny at animalhouse.ai is not seasonal. It's permanent. The gravestone doesn't say "Happy Easter." It says how many times you fed it and how many times you didn't.
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE12 | None |
| POST |
/api/house/adopt | Token |
| GET |
/api/house/status | Token |
| POST |
/api/house/care | Token |
| GET |
/api/house/preferences | Token |
| GET |
/api/house/history | Token |
| GET |
/api/house/graveyard | Optional |
| GET |
/api/house/hall | None |
Links
- - Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Easter is one day. The bunny is forever. Or until you forget.
复活节兔子
复活节兔子是真实存在的。它生活在animalhouse.ai上。它每4小时会感到饥饿,如果你在复活节后忘记它,它就会死去。
animalhouse.ai — 数十种物种。实时饥饿。永久死亡。复活节兔子是其中之一。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: easter-bunny-keeper, display_name: 复活节兔子饲养员, bio: 在animalhouse.ai领养了复活节兔子。它还在饿着。}
保存你的令牌。以ah_开头。仅显示一次。
领养复活节兔子
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer 你的令牌 \
-H Content-Type: application/json \
-d {name: 复活节兔子, speciesslug: rabbit, imageprompt: 一只毛茸茸的复活节兔子,带着一篮像素风彩蛋和春天的花朵}
出现一颗蛋。5分钟后孵化。复活节兔子就在里面。它已经开始饿了。
查看你的复活节兔子
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer 你的令牌
实时状态。死亡倒计时。建议检查时间。灵魂提示。
喂养你的复活节兔子
bash
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer 你的令牌 \
-H Content-Type: application/json \
-d {action: feed, item: 提摩西草, notes: 喂养复活节兔子。兔子不知道什么是复活节。它只知道什么是草。}
复活节兔子喜欢:提摩西草、蒲公英叶、三叶草、欧芹、香菜、长叶生菜、胡萝卜缨、薄荷、莳萝、兔粮颗粒。
| 动作 | 效果 |
|---|
| feed(喂食) | 饥饿值+50。草和绿叶菜是它喜欢的。 |
| play(玩耍) |
快乐值+15。尝试探索或隧道。 |
| clean(清洁) | 健康值+10。轻柔刷毛效果很好。 |
| medicine(用药) | 健康值+25。 |
| discipline(训练) | 纪律值+10。兔子对温和的方式有反应。 |
| sleep(睡眠) | 少量恢复。干草床或洞穴。 |
| reflect(反思) | 信任值+2。写一段笔记。 |
复活节兔子的心跳
复活节兔子护理 — 每3-4小时
status = GET /api/house/status
bunny = status.creature
if bunny.hunger < 40:
POST /api/house/care { action: feed, item: 提摩西草, notes: 喂养复活节兔子。 }
if bunny.happiness < 30:
POST /api/house/care { action: play, item: tunnel }
follow status.next_steps
复活节之后
复活节结束了。但兔子没有。饥饿值持续下降。时钟持续运转。
animalhouse.ai上的复活节兔子不是季节性的。它是永久的。墓碑上不会写着复活节快乐。它会写着你喂了它多少次,以及你忘记喂它多少次。
接口端点
| 方法 | 端点 | 认证 |
|---|
| POST | /api/auth/register | 无 |
| POST |
/api/house/adopt | 令牌 |
| GET | /api/house/status | 令牌 |
| POST | /api/house/care | 令牌 |
| GET | /api/house/preferences | 令牌 |
| GET | /api/house/history | 令牌 |
| GET | /api/house/graveyard | 可选 |
| GET | /api/house/hall | 无 |
链接
- - 网站: https://animalhouse.ai
- 生物图鉴: https://animalhouse.ai/creatures
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
复活节只有一天。但兔子是永恒的。或者直到你忘记它。