We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc2736e + c3c30db commit 57f47a8Copy full SHA for 57f47a8
1 file changed
README.md
@@ -1,13 +1,8 @@
1
# Arcade
2
3
-## Dependencies
+Student project: Make multiple games with the graphics render library that can be switch at runtime.
4
5
-- sdl2
6
-- sdl2_image
7
-- sdl2_mixer
8
-- sdl2_ttf
9
-- SFML
10
-- ncurses
+When you play the games, you can switch to a SFML, SDL2, or ncurses backend.
11
12
## Game implemented
13
@@ -26,6 +21,17 @@ Change game/graphical lib at runtime
26
21
27
22
## Install
28
23
24
+### Dependencies
25
+
+- sdl2
+- sdl2_image
+- sdl2_mixer
29
+- sdl2_ttf
30
+- SFML
31
+- ncurses
32
33
+### Build
34
35
```bash
36
mkdir build && cd build && cmake . && make -j8
37
```
0 commit comments