diff options
Diffstat (limited to 'Readme.mdown')
| -rw-r--r-- | Readme.mdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.mdown b/Readme.mdown index b249452..45283bd 100644 --- a/Readme.mdown +++ b/Readme.mdown @@ -94,7 +94,7 @@ Inspired by the [card sliding effect](https://cdn.discordapp.com/attachments/611 ### **Arbitrary Polygon Collision** - *Collision Detection Demo* [**Play Here**](https://tradam.itch.io/arbitrary-polygon-collision-demo) / [**Github**](https://github.com/realtradam/arbitrary-polygon-collision) -My implementation of the [Separating Axis Theorem](https://en.wikipedia.org/wiki/Hyperplane_separation_theorem#Use_in_collision_detection) to resolve collisions of arbitrary convex polygons. I made it in Ruby as I couldn't find an existing implementation of it. Neat stuff! +My implementation of the [Separating Axis Theorem](https://en.wikipedia.org/wiki/Hyperplane_separation_theorem#Use_in_collision_detection) to resolve collisions of arbitrary convex polygons. I made it in Ruby as I couldn't find an existing implementation of it in this language. Neat stuff! ### **Almost Pong** - *A Twist On Pong* [**Play Here**](https://tradam.itch.io/almost-pong) / [**Github**](https://github.com/realtradam/almost-pong) |
