README.md - brcon2024-hackathons - Bitreichcon 2024 Hackathons | |
git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
Log | |
Files | |
Refs | |
Tags | |
Submodules | |
--- | |
README.md (1156B) | |
--- | |
1 # Tamagotchi | |
2 [](htt… | |
3 | |
4 <p align="center"> | |
5 <img src="https://github.com/ruitcatarino/tamagotchi/blob/master/Tamag… | |
6 </p> | |
7 | |
8 ## Overview | |
9 Tamagotchi is a simple virtual pet program developed in C. It enables us… | |
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/tam… | |
28 | |
29 ## License | |
30 | |
31 This project is open-source and available under the [MIT License](LICENS… |