Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 620 Bytes

File metadata and controls

15 lines (11 loc) · 620 Bytes

Contributing

Thanks for contributing! Please follow these simple guidelines:

  • Fork the repository and create a feature branch for your change.
  • Keep changes focused and small; one feature or fix per PR.
  • Use clear commit messages and include a short description in the PR.
  • Prefer readability over micro-optimizations.

Testing locally

  • Open the project in Unity and run the scene containing the player.
  • Verify core gameplay: movement, jumping, sprinting, camera look, and head bob.

Code style

  • Use C# conventions used in the codebase: descriptive names and summary comments for public APIs.