summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.mdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.mdown b/README.mdown
new file mode 100644
index 0000000..e9ca4f2
--- /dev/null
+++ b/README.mdown
@@ -0,0 +1,9 @@
+# Card Slide Concept
+
+A proof of concept of a mechanic implemented in ruby where cards slide to separate whenever they are placed overlapping.
+
+Many optimizations can still be made so the performance could be improved:
+
+1. Implement a grid or a quadtree for collision checking.
+2. Smarter reuse of objects so that less garbage collection needs to occur.
+3. More efficient C to Ruby bindings.