Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ed20e7a1e0
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/build/
|
||||
/.idea/
|
|
@ -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`
|
Loading…
Reference in a new issue