AztecGameLab / LongTermGame8

2 stars 1 forks source link

Rope Mechanic #12

Open poetahto opened 6 months ago

poetahto commented 6 months ago

Team

[not on github] Colin (lorddboy) - Programmer @Hanaya03 - Programmer @sixlegdragon - Artist

Description

One of the more important recurring puzzles in the prototype involve managing ropes to climb up and down cliffs. There are three parts to this task: the rope deployment, rope climbing, and rope collection.

Ropes can be used whenever you are near a rope attach object - think of a stake in the ground near cliff edges. When you are close to the attach object, you can also "pull up" the rope to add it to your inventory. You'd want to do this so you can re-deploy the rope at some other place in the map.

Once a rope is deployed, you can climb onto it. This replaces your normal movement with being able to move up and down (W and S maybe), and you drop off the bottom or jump up at the top.

Goals

Resources

sixlegdragon commented 6 months ago

Rope model is ready on Rope_Model branch, awaiting review to merge into main. Rope WIP 6