Skip to content

ruitcatarino/tamagotchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tamagotchi

License: MIT

Tamagotchi start example.

Overview

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.

Installation

Clone the repository

git clone https://github.com/ruitcatarino/tamagotchi
cd tamagotchi

Build from source code and run it

gcc tamagotchi.c -o tamagotchi -pthread
./tamagotchi

Contributing

Feel free to submit a pull request or an issue!

License

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.