From ac24f566e0a294e5f59987b4f382594f9f0663d2 Mon Sep 17 00:00:00 2001 From: P7MJ Date: Tue, 16 Jun 2026 11:29:25 -0400 Subject: [PATCH] edited readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8b95dfd..cd331c1 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,24 @@ ## 🧊Introduction -**WrldBox** is a work-in-progress sandbox simulator made by Team wholeworldcoding. It is currently in an experimental stage. +**WrldBox** is a work-in-progress sandbox simulator made by Team wholeworldcoding. It is currently in a pretty developed experimental stage. -It consists of two components: +It consists of several components: -- `text_physics.c`, a text-based 1-object physics simulation +- `text_physics.c`, a text-based 1-object physics simulation (in OLD) -- `ray.c`, rendering the simulation with raylib. +- `ray.c`, rendering the simulation with raylib. (in OLD) -This project has a huge potential to become the next major `wholeworldcoding` project. +- And a bunch of new files in `src/` that compose the working physics simulation. + +This project *is* the next major `wholeworldcoding` project. ## 🛠️ Build and Compile Clone the repository. Once you have navigated to the folder, you can run: -- `make text && ./text_physics.out` to compile and run `text_physics.c` - -- `make visual && ./ray.out` to compile and run `ray.c` +- `make` ## 🏅Credits -This project was impossible without the support of all three `wholeworldcoding` members. \ No newline at end of file +This project was impossible without the support of all three `wholeworldcoding` members.