nugamestudioclub / Spooky-Horse-Racing

Northeastern Game Studio Club's Fall Fest 2022 Game
MIT License
0 stars 0 forks source link

Basic Player Movement #3

Open sjkobori opened 2 years ago

sjkobori commented 2 years ago

Identified Problem We will need a starting point for the player to be able to move so that we can develop the gameplay around it.

Proposed Solution Build a player movement script which can allow the player to move around a track :

Alternatives Use unity physics engine, or constrain the acceleration and velocity to create our own physics for the player.

Notes Can approach this problem from a bird's-eye perspective, and we can move the camera to get a "3D" effect later.

firez2469 commented 2 years ago

Identified Problem Have the horse face the right direction with movement

Proposed Solution Have the horse face direction of movement. ie: Velocity Vector

Alternatives Have the horse move tangent to collision

Notes Rolling animation and input has been made. Still need to implement with horse animation.