Tamagotchi made using CircuitPython (and PyGame for PC display)
- Install Python
- Download the files from the Github repository
- Navigate into the directory where the files are located
- Run
pip install dependencies.txtto install dependencies - Run
tamagotchi.py - Enjoy!
Up Arrow Key: Action associated with the current screen Left Arrow Key: Switch scenes to the left, move left in game Right Arrow Key : Switch scenes to the right, move right in game
- Pet the pet to increase happiness
- Feed the pet to increase hunger (I know it doesn't make too much sense, but more hunger is a good thing)
- Play with the pet to increase happiness
- Replace any sprite in PNGs with your own pet sprites, making sure to keep the EXACT SAME NAMES
- I recommend using Piskel to create your sprites
- Make sure to export your sprites as Sprite-Sheet PNGs
- Pick a dimension that is a multiple of 128x128 for the best results
- Make sure to keep the same dimensions for all of the pet sprites
- Run the program and enjoy your new pet!