From 5549cad07d6340b8ea19298a488c020ed8ccd3b4 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 17 Oct 2024 00:10:44 -0500 Subject: [PATCH] A little thank you --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65a0015..c2e34a1 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ A `Makefile` is provided for convenience. Thank you to [Vue Minh Khue's example](https://github.com/khuevu/pygames/tree/master/bouncingball), from which I adapted basic 2-dimensional particle interactions for simulating collisions between circular objects in `pygame`. +Let's thank Wes aswell, showing us the way! + ## Improvements Improvements, additions, and corrections to the simulation are welcome. Please create a pull request if you would like to contribue.