2026-04-29 01:54:16 +02:00
2026-04-29 01:54:16 +02:00
2026-04-29 01:48:55 +02:00
2026-04-24 14:46:25 +02:00
2026-04-24 14:46:25 +02:00
2026-04-24 14:46:25 +02:00
2026-04-29 01:54:16 +02:00

Ardugotchi

An open-source implementation of the Tamagotchi virtual pet game, designed to run on Arduino Nano.

Bill of Materials

  • Arduino Nano (ATmega328P)
  • KY-023 Joystick Module
  • HD44780 Character LCD (20x4 or 16x2, can be changed in the code)

Development

After cloning the repository, navigate to the project directory and run make build to compile the code. To upload the compiled firmware to your Arduino Nano, use make upload.

If necessary, you can monitor the serial output from the Arduino Nano using make monitor.

S
Description
A Tamagotchi clone written for Arduino
Readme 110 KiB
Languages
C++ 99.1%
Makefile 0.9%