fb7fbfe6c438a240657472c93828d626faa6ac64
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
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.
Languages
C++
99.1%
Makefile
0.9%