Tamagotchi is a simple virtual pet program developed in C. It enables users to interact with a digital pet, offering actions such as feeding, playing, and monitoring its well-being. The simulation is threaded and utilizes the SIMULATION_SPEED
constant, representing each year in seconds.
git clone https://github.com/ruitcatarino/tamagotchi
cd tamagotchi
gcc tamagotchi.c -o tamagotchi -pthread
./tamagotchi
Feel free to submit a pull request or an issue!
This project is open-source and available under the MIT License. You are free to use, modify, and distribute it in accordance with the license terms.