README.md - brcon2024-hackathons - Bitreichcon 2024 Hackathons
 (HTM) git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/brcon2024-hackathons
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) Submodules
       ---
       README.md (1156B)
       ---
            1 # Tamagotchi
            2 [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)
            3 
            4 <p align="center">
            5   <img src="https://github.com/ruitcatarino/tamagotchi/blob/master/Tamagotchi.png?raw=true" alt="Tamagotchi start example."/>
            6 </p>
            7 
            8 ## Overview
            9 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.
           10 
           11 ## Installation
           12 
           13 ### Clone the repository
           14 ```bash
           15 git clone https://github.com/ruitcatarino/tamagotchi
           16 cd tamagotchi
           17 ```
           18 
           19 ### Build from source code and run it
           20 ``` bash
           21 gcc tamagotchi.c -o tamagotchi -pthread
           22 ./tamagotchi
           23 ```
           24 
           25 ## Contributing
           26 
           27 Feel free to submit a [pull request](https://github.com/ruitcatarino/tamagotchi/pull/new/main) or an [issue](https://github.com/ruitcatarino/tamagotchi/issues/new)!
           28 
           29 ## License
           30 
           31 This project is open-source and available under the [MIT License](LICENSE). You are free to use, modify, and distribute it in accordance with the license terms.