Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schildgard/2d-character-controller
A 2D Jump & Run Character Controller I made in the first semester of my education.
https://github.com/schildgard/2d-character-controller
2d-game gamedevelopment games jumpandrun unity2d
Last synced: 22 days ago
JSON representation
A 2D Jump & Run Character Controller I made in the first semester of my education.
- Host: GitHub
- URL: https://github.com/schildgard/2d-character-controller
- Owner: Schildgard
- Created: 2023-10-26T15:10:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T10:46:42.000Z (4 months ago)
- Last Synced: 2024-11-07T19:45:45.891Z (2 months ago)
- Topics: 2d-game, gamedevelopment, games, jumpandrun, unity2d
- Language: ShaderLab
- Homepage:
- Size: 70.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![{D6C38353-9214-4757-BA07-5EA923C2AD93}](https://github.com/user-attachments/assets/b0962349-75de-43d5-a9d6-1701f5e595e4)
# About
This 2D Jump & Run Controller is designed to provide fundamental mechanics for 2D platforming games. It features smooth movement, jumping capabilities, and camera control tailored for a dynamic gameplay experience.### Features
- **Movement:** Supports walking and running in two dimensions.
- **Jumping:** Includes single and double jumps.
- **Camera Controls:** Camera can be scrolled to prevent leap of faith situations.
- **Jump Buffer:** Temporarily stores jump input to enhance jump precision and responsiveness.### Included Content
- **Level:** A compact course with moving platforms to test the controller's features.
- **GaruMak:** Garu`mak the cat will tell you about the input controls.## Assets
The scene utilizes custom assets created by me. These were crafted as an exercise to develop basic skills in 2D asset creation. The music is also done by myself.
![{3A38D9E0-46D9-490D-9037-9A1C5C1D7175}](https://github.com/user-attachments/assets/741b6267-2d21-4864-99b0-0a0142227f7e)---