Adds setup instructions

This commit is contained in:
Maximilian Giller 2023-04-26 22:27:40 +02:00
parent c3c845798f
commit 777b65b09f

View file

@ -44,4 +44,8 @@ Potential expansions:
- **Multithreading**: Improving performance by running the phsics in a separat thread and similar concepts
- **AI**: Some holes could be controlled by AI, which makes singleplayer games more exciting
- **Online Multiplayer**: Play with friends online
- **Online Multiplayer**: Play with friends online
## Project Setup
Install SFML: `sudo apt install libsfml-dev libsfml-doc`