Merge remote-tracking branch 'origin/master'

This commit is contained in:
Maximilian Giller 2023-04-26 22:48:25 +02:00
commit ed20e7a1e0
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/build/ /build/
/.idea/

View file

@ -45,3 +45,7 @@ Potential expansions:
- **Multithreading**: Improving performance by running the phsics in a separat thread and similar concepts - **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 - **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`