https://github.com/stevecox1964/Happy_Wheels_Clone
Unity Based Happy Wheels HILL Climb 2D Game
https://github.com/stevecox1964/Happy_Wheels_Clone
Last synced: 2 months ago
JSON representation
Unity Based Happy Wheels HILL Climb 2D Game
- Host: GitHub
- URL: https://github.com/stevecox1964/Happy_Wheels_Clone
- Owner: stevecox1964
- Created: 2019-07-05T14:29:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T14:46:29.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T22:32:50.333Z (7 months ago)
- Language: C#
- Size: 929 KB
- Stars: 19
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-games - Hill Climb Racing Clone
README
STEVESMODS:
Unity 2018 2D Happy Wheels Hill Climb CloneI used a cool existing online project to start my Happy Wheels experiments with.
Original Authors example:
--- Make your own HILL CLIMB RACING ----
https://www.youtube.com/watch?v=DgG9us3QkTE
NOTE: You will need to watch this video, download the project and get it running before copying over my changes---My Changes:
This was a great example to start off with, alot of knowledge was baked into the demo, but it had flaws I wanted to correct.
1. I re-aranged the car parts to give better car physics
2. I added game objects to re-start the game if the driver dies (falls on head)
3. I added colliders and hinges to the drivers head in order to get the "bobble head effect"
4. Added colliders / bumpers with physics materials so the car would not get stuck in strange positions
5. Added "thruster" with partical effect to get "airborn"
6. Added longer course by copy/flipping existing terrain.
The game is actually playable now and a good start for the next person to take and run withThanks to the original author for sharing
Enjoy