blob: fa54bbb76042671a5d69a43f96f38fbeb62093f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Blast Attack
============
## Download
```shell
$ git clone --recursive git@github.com:fabiomaciel/blast-attack.git
```
## Dependencies
- make
- SDL2
- pkg-config
## Contribute
The main way of contributing to this project is through **Pull Requests** on
GitHub repository[^github_repo].
## Run
```shell
$ make run
```
## Tests
```shell
$ make test
```
[^github_repo]: https://github.com/fabiomaciel/blast-attack
|