Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 642 Bytes

Sandbox

Game development sandbox

Roadmap

Character controller

  • Movement (sprint, crouch, jump)
  • Jump buffer
  • Jump forgiveness
  • State machine
  • Animations

Camera

  • Orbiting 3rd person camera (similar to GTA)
  • Collision avoidance
    • Use ray casts between camera and player (whiskers, 7 casts)

World prototyping

  • Add more obstacles, ramps, and surfaces to test movement
  • Experiment with lighting, shadows, and basic environmental effects

Misc