Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m1zukash1 authored Dec 10, 2022
1 parent 3c9a006 commit 5756882
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# Dodge-the-blobs

# Dodge the blobs
A small game me and my groupmate made for our university assignment

## Dependencies
SFML 2.5.1
```
sudo apt install libsfml-dev
```

## Compiling on linux
```
g++ main.cpp -l sfml-system -l sfml-graphics -l sfml-window -o Dodge-the-blobs
```

## Controls
WASD or arrow keys - Move <br>
Shift or Space - Dash

## Screenshots
![](Screenshots/Menu.png)
![](Screenshots/Gameplay-1.png)
![](Screenshots/Gameplay-2.png)
![](Screenshots/Gameover.png)

0 comments on commit 5756882

Please sign in to comment.