diff --git a/README.md b/README.md index 6396095..1103445 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,94 @@ # Active-Ragdoll -## What is this? +## 🧸Introduction -This is a ragdoll game started by SpyDrone and improved by P7MJ! +This is a ragdoll game developed by [SpyDrone](https://git.wholeworldcoding.com/SpyDrone) and [P7MJ](https://git.wholeworldcoding.com/p7mj). It is the ultimate cure for boredom. You can simulate physics, try out weaponry, and fulfill your (hopefully not realized) violent fantasies. -## What can I do? +## 🏢Structure -Enjoy the game! We don't really care what you do. Torture the ragdoll as much as you like! \ No newline at end of file +- **State** - The current state of the ragdoll. +- **Ragdoll Options** - Simple actions for the ragdoll. +- **Camera** - Different types of cameras to track the ragdoll. +- **Weapon** - Different weapons to use on the ragdoll. +- **C4 Options** - Different controllers for the types of explosives. + +## 🚦State + +Ragdolls have different types of states. This can be seen at the top, below the title. + +- `Balancing`: The ragdoll is upright and balancing + +- `Stumbling`: The ragdoll has just lost balance or has just been knocked out + +- `Down`: The ragdoll is knocked out + +- `Getting Up`: The ragdoll is trying to get up + +- `🔥On Fire🔥`: The ragdoll is on fire + +## 🛠️Ragdoll Options + +These are buttons under `RAGDOLL`. + +- `Shove`: subject a shoving force to the ragdoll + +- `Knockout`: magically knock the ragdoll out + +- `Slow-mo`: enter slow motion mode + +- `Reset`: Reset everything + +- `6️⃣7️⃣Pose`: Make the ragdoll hover its hands and wave them up and down, as if doing the 67 hand motion + +- `Hustle`: Makes the ragdoll march and swing, as if dancing + +## 📷Camera + +This determines your view of the game. + +- `Orbit`: track the ragdoll using a cinematic, smooth camera + +- `Follow`: Uses a stricter camera to track the ragdoll. + +- `First-Person`: Look at the world from its eyes + +- `Independent`: Your camera can be controlled with the arrow keys + +## 🔫Weapon + +- `Ball`: a basketball. Launches basketballs + +- `Pistol`: a pistol. Launches bullets + +- `Cannon`: launches cannonballs and shells. A menu will appear where you can choose: + - Normal: Age of Sail solid-shot cannonball + + - HE: High-Explosive shell (w/Power Slider) + + - AP: Armor-Piercing shell + +- `C4`: plants a C4 on the ground (w/Power Slider) + +- `Molotov`: throws a flaming bottle that spills flaming gasoline on the ground + +## 💥C4 Options + +This menu is found below `C4 / Sticky C4`. + +- `Detonate C4`: detonate all planted C4s + +- `Clear C4`: deletes all planted C4s + +- `Add Sticky C4`: Creates a sticky C4 that spawns on a random location on the ragdoll + +- `Detonate Sticky`: Detonate all sticky C4s + +## 🏁Conclusion + +Have fun! + +> [!TIP] +> Try the Molotov Cocktail! + +> [!WARNING] +> We do not endorse or encourage any dangerous behavior towards any real-life individuals, entities, groups, or governments. \ No newline at end of file