Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.25 KB

NinjaRope v0.2

Unity3D implementation of the Ninja Rope in Worms Armaggedon.

This implementation has been made for my game, Scufflers, currently in pre-alpha.

To use, just create a gameobject with a LineRenderer (for the rope rendering) and the script (duh!). Included is an example player controller to test it out.

C&C and PRs are welcome!


Version history

  • v2 (actual): uses raycasting (via Linecast)
  • v1: uses collision with Collider2D for the NinjaRope

Known bugs

  • the NinjaHook makes the target entity twitch when the NinjaHook collides with something. See issue #3

Credits

Thanks for your contribution, PRs are always appreciated!