This project is a reimplementation of the popular mobile game Hill Climb Racing, built with the Unity Game Engine. It aims to recreate the addictive gameplay experience with added features and improvements. Dive into a world with a handmade level, collectibles, immersive sound effects, intuitive UI, and delightfully wonky physics designed to challenge and entertain.
- Handmade Level: Explore a carefully crafted level, with its unique challenges and secrets.
- Collectibles: Collect coins and fuel cans to keep your journey going. Use coins to upgrade your vehicle.
- Sound Effects: Enjoy immersive sound effects that enhance your gameplay experience, including engine sounds, coin collection, and more.
- UI Enhancements: Experience an intuitive and user-friendly interface that makes navigation and gameplay smooth.
- Wonky Physics: The physics might be wonky, but that's where the fun begins! Become skilled at balancing and maneuvering your vehicle through rugged terrain.
Note
Experience the thrill of hill climb racing right in your browser. Play now!
- Unity Editor (Version 2020.3 LTS or newer recommended)
- Basic understanding of Unity and C#
- Clone the repository to your local machine:
git clone https://github.com/pyoneerC/Hill-Climb-Racing-Recreation.git
- Open the project in Unity Editor.
- Navigate to the
Scenes
folder and open the main scene to start editing or playing.
- Use the
arrow keys
orWASD
to control the vehicle. - Use
spacebar
to jump.
Tip
To activate the vehicle's horn, press the H
key.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Original Hill Climb Racing Game Developers
- Unity Community
- All Contributors and Players