From 4f208332e4a69297a32caf7e5f2ce41fe91b0c67 Mon Sep 17 00:00:00 2001 From: YBCS Date: Fri, 21 Jun 2024 01:06:31 +0530 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde627c..064a1e9 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,21 @@ This is an attempt to recreate the program which is running in the tweet. I think its preety close. +Uses p5js; quadtree implementation from the coding train. + Features: - Interactive - Uses QuadTrees for collision detection - Debug view! +Foreward: + + - repel mechanism + - adding sound + - more interaction elements + - visualizing statistics + ### Play it [HERE!](https://ybcs.github.io/RPS_Play/) - +### Read its corresponding blog [HERE!](https://ybcs.github.io/tech/blog/2024/05/23/a-rock-paper-scissor-moment.html)