Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Arcade

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

- sdl2
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- SFML
- ncurses
When you play the games, you can switch to a SFML, SDL2, or ncurses backend.

## Game implemented

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

## Install

### Dependencies

- sdl2
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- SFML
- ncurses

### Build

```bash
mkdir build && cd build && cmake . && make -j8
```
Expand Down
Loading