summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohnny Richard <johnnyricha@gmail.com>2021-04-17 01:27:27 +0200
committerJohnny Richard <johnnyricha@gmail.com>2021-04-17 01:27:27 +0200
commitd9e4bcd542f3efe97e6b8951ee47f10c223a6bf3 (patch)
treec5c7322b7629211dab22d2f50c83e7263d52db2b /README.md
parentf3d0c2c7bb2dd82b677fe883212d7442b8acb49e (diff)
Add microunit test framework
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f4e4bc..99cb855 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
-Game
-====
+Black Attack
+------------
+
+## Dependencies
+
+- make
+- SDL2
+- pkg-config
+
+## Run
+
+```shell
+$ make run
+```
+
+## Tests
+
+```shell
+$ make test
+```