From 810cf306a9a99871acadbf8a942e4b7d226c561e Mon Sep 17 00:00:00 2001 From: Zensoro <131141676+Zensoro@users.noreply.github.com> Date: Thu, 6 Aug 2026 17:22:16 +0800 Subject: [PATCH] Add 'Build Your Own Physics' under Python (Physics / Simulations) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5906c7e..047ae819 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build A Desktop Chat App with React and Electron](https://medium.freecodecamp.org/build-a-desktop-chat-app-with-react-electron-and-chatkit-744d168e6f2f) +### Physics / Simulations: + +- [Build Your Own Physics — Master physics by recreating 12 simulations from scratch, from projectile motion to the solar system](https://github.com/Zensoro/build-your-own-physics) + ### Miscellaneous: - [How to Build a Web Framework in Less Than 20 Lines of Code](https://www.pubnub.com/blog/build-yourself-a-web-framework-in-less-than-20-lines-of-code/)