aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 73a248751dcba91eb663b8ffa17e15b1fe40af43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 2048

(shitty) 2048 game.

![screenshot](./screenshot.png)

## Usage

```
make all
./2048
```

## Dependencies

- [SDL2](https://libsdl.org)
- [SDL2_ttf](https://libsdl.org/projects/SDL_ttf)