summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-04-22 00:09:08 +0100
committerdavidovski <david@davidovski.xyz>2023-04-22 00:09:08 +0100
commit5f5257652f1c7df90337b0757d1ed8e1de173d8c (patch)
tree33d392b6135cd828485028ac9165010eb623e686
parent83e3b21ae65586cbc3347747a55bdb5afbad03ed (diff)
Add image to readme
-rw-r--r--README.md2
-rw-r--r--images/screenshot.pngbin0 -> 4473 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 65ece48..dd10380 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A simple proof of concept algorithm to combine multiple tiled rectangles into a smaller number. This can be used to optimise the number of rectangles to check for collision in a game.
+![Screenshot](images/screenshot.png)
+
## Requirements
- C Compiler
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..485ae8f
--- /dev/null
+++ b/images/screenshot.png
Binary files differ