Runfin is a simple 2D endless running game made in Unity. It is little bit inspired from Subway Surfers type game but I tried to make something different also.
You can play here: https://priyanshupz.itch.io/runfin
In this game player is always running forward and you have to avoid obstacles and survive as long as possible.
- Left Arrow / A → Move Left
- Right Arrow / D → Move Right
Game is simple but need good timing and fast reaction because obstacles are coming randomly.
- Main Menu
- Endless Game
- Random obstacle spawning
- Basic collision system
You can directly play from itch.io link, no need to install anything.
- Download or clone this repo
- Open Unity Hub
- Click on Open Project
- Select the project folder
- Click Play button in Unity Editor
Recommended Unity version: (you can add here)
I made this project just for fun and learning purpose. I learned about:
- Collision layers
- Random generation
- Basic Unity 2D game logic
- Add better graphics and animation
- Add sound and music
- Improve difficulty system
- Add score UI and more features
You can try it and give feedback also.