Skip to content

Commit 57f47a8

Browse files
authored
Merge pull request #122 from X-R-G-B/Saverio976-patch-1
Update README.md
2 parents fc2736e + c3c30db commit 57f47a8

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Arcade
22

3-
## Dependencies
3+
Student project: Make multiple games with the graphics render library that can be switch at runtime.
44

5-
- sdl2
6-
- sdl2_image
7-
- sdl2_mixer
8-
- sdl2_ttf
9-
- SFML
10-
- ncurses
5+
When you play the games, you can switch to a SFML, SDL2, or ncurses backend.
116

127
## Game implemented
138

@@ -26,6 +21,17 @@ Change game/graphical lib at runtime
2621

2722
## Install
2823

24+
### Dependencies
25+
26+
- sdl2
27+
- sdl2_image
28+
- sdl2_mixer
29+
- sdl2_ttf
30+
- SFML
31+
- ncurses
32+
33+
### Build
34+
2935
```bash
3036
mkdir build && cd build && cmake . && make -j8
3137
```

0 commit comments

Comments
 (0)