Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richasavant/unity-2d-platformer-game-aug_2023
A side-scrolling platformer game using the Unity game development engine. This project focuses on developing a complete 2D game with engaging gameplay mechanics, character controls, level design, and interactive elements.
https://github.com/richasavant/unity-2d-platformer-game-aug_2023
2d-game 2d-platformer-game side-scrolling-game side-scrolling-platformer unity unity-game-development
Last synced: 19 days ago
JSON representation
A side-scrolling platformer game using the Unity game development engine. This project focuses on developing a complete 2D game with engaging gameplay mechanics, character controls, level design, and interactive elements.
- Host: GitHub
- URL: https://github.com/richasavant/unity-2d-platformer-game-aug_2023
- Owner: RichaSavant
- Created: 2024-07-13T15:18:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T16:13:51.000Z (7 months ago)
- Last Synced: 2024-11-14T17:37:06.379Z (3 months ago)
- Topics: 2d-game, 2d-platformer-game, side-scrolling-game, side-scrolling-platformer, unity, unity-game-development
- Language: C#
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A side-scrolling platformer game using the Unity game development engine. This project focuses on developing a complete 2D game with engaging gameplay mechanics, character controls, level design, and interactive elements.
Key Implemented Features:
Character Movement and Controls:
Smooth and responsive character controls, including running, jumping, and crouching.
Integrated character animations for different actions to enhance visual appeal.Level Design:
Multiple levels with increasing difficulty, featuring static and moving platforms.
Strategic placement of obstacles and enemies to challenge the player.Game Mechanics:
Basic collision detection to ensure proper interaction between the character and the environment.
Implemented gravity and physics for realistic character movement and jumping.User Interface (UI):
Basic in-game HUD (heads-up display) showing essential information such as score and health.
Simple main menu for starting the game and navigating between levels.Scripting and Programming:
C# scripts to control character movement, enemy behavior, and level transitions.
Basic game logic implemented to handle player inputs and interactions.The objective of this project is to develop a functional 2D platformer game that provides an enjoyable experience for players. Through this project, I gained practical experience in using Unity for game development, including character control, level design, and basic game mechanics. This foundational project demonstrates effective game development practices and serves as a stepping stone for more complex game development endeavors in the future.