logoalt Hacker News

RpFLCLtoday at 3:44 AM0 repliesview on HN

I've been working on an open source cat-themed virtual pet running on an ESP32: https://github.com/moonbench/catode32

It was inspired by tamagotchis of yesteryear (and my two cats). It uses a small common monochrome SSD1306 display with 128x64 pixels of resolution.

All of the pixel art is my own. And the cat features a bunch of different animated poses and behaviors, as well as different environments. And there are minigames (a chrome dino clone - but with a cat!, a breakout clone, a random maze generator, a tic-tac-toe game, and I plan to add more.)

I'm currently working on tweaking the stats so that they go up and down over time in a realistic way and encourage the player to feed and interact with the pet to keep stats from going too low. Then I plan on adding some wireless features, like having the pet scan WiFi names to determine if its home or traveling, or using ESP-NOW to let pets communicate with each other when they're nearby.

I made a reddit post with a video of it a few weeks ago [1] and have various prototypes of artwork for these little screens on my blog [2].

[1] https://www.reddit.com/r/arduino/comments/1r8i1vx/progress_o...

[2] https://moonbench.xyz/projects/tags/SSD1306/