From 777b65b09f0bfbd1645aa4e12acace5d84af02e2 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 26 Apr 2023 22:27:40 +0200 Subject: [PATCH] Adds setup instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8d3233..bf07d71 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- **Online Multiplayer**: Play with friends online + +## Project Setup + +Install SFML: `sudo apt install libsfml-dev libsfml-doc` \ No newline at end of file