From 4805d8fbfc84e6cd9666dee7dee2e49f94d0bff2 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 4 May 2022 16:13:35 -0400 Subject: added readme --- README.mdown | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.mdown 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. -- cgit v1.2.3