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)