blob: bbf803dc7b71896b9cf9578ff8410eb5de3cf419 (
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
34
|
Blast Attack
============
## Download
```shell
$ git clone --recursive git@github.com:fabiomaciel/blast-attack.git
```
## Dependencies
- make
- SDL2
- pkg-config
- clang-format (optional)
## 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
|