This project is part of a CS class at Uni. It's a game written in C++ using the SFML library.
To run the project, ensure you have the following installed on your system:
- A C++ compiler
- SFML version 2.5 or 2.6
If you have everything installed than do this:
-
Clone or download this repository.
-
Navigate to the project directory in your terminal.
-
Build the project using
make
:cd build make
-
Run the game using:
./infa
You are free to use, modify, and distribute the code for this project. However, this project relies on the SFML library, which has its own licensing terms. Make sure to review the SFML license if you plan to use SFML in your own projects.