Browse Source

Create README with build instructions

DricomDragon 4 years ago
parent
commit
36800b8c3f
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -0,0 +1,18 @@
+# Pong Circle
+
+A remake of pong up to 4 players
+
+# Build
+
+You need `make` and `SDL1` to build this project.
+
+Example on Ubuntu :
+```
+# apt install make g++ libsdl-dev
+$ make
+```
+
+To execute :
+```
+$ make exec
+```