diff options
author | Johnny Richard <johnnyricha@gmail.com> | 2021-04-17 01:27:27 +0200 |
---|---|---|
committer | Johnny Richard <johnnyricha@gmail.com> | 2021-04-17 01:27:27 +0200 |
commit | d9e4bcd542f3efe97e6b8951ee47f10c223a6bf3 (patch) | |
tree | c5c7322b7629211dab22d2f50c83e7263d52db2b /README.md | |
parent | f3d0c2c7bb2dd82b677fe883212d7442b8acb49e (diff) |
Add microunit test framework
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,2 +1,20 @@ -Game -==== +Black Attack +------------ + +## Dependencies + +- make +- SDL2 +- pkg-config + +## Run + +```shell +$ make run +``` + +## Tests + +```shell +$ make test +``` |