This repository contains the code for the Progetto Programmazione Procedurale project at the University of Perugia. The project is implemented in C and consists of three files. these 3 files are written in C, the main.c is the main that starts the game and interact with your cmd An advise is using linux System that provides better about this project
Follow these instructions to get a copy of the project up and running on your local machine.
- Clone the repository:
git clone https://github.com/FilippoLN001/Progetto-Programmazione-Procedurale-Unipg-.git
- execute the files:
gcc file1.c file2.c file3.c -o executable_name
- Enjoy!:
If you'd like to contribute to the project, follow these steps:
Fork the repository Create a new branch (git checkout -b feature) Make changes and commit (git commit -m 'Add feature') Push to the branch (git push origin feature) Create a pull request