Endless runner game created with Unity. Developed on Unity 2021.3.11f1 Personal.
Play as a lost and scared cat stranded in a forest escaping an endless onslaught of foxes that run, jump, and dash toward you. In this infinite side-scroller, navigate and evade the foxes that chase you in an effort to escape the forest. Can you outrun them all?
To manage game assets, this project uses git Large File Support (lfs). To successfully clone, you must install git lfs:
- Download and install git lfs: https://git-lfs.com/
- Run
git lfs install
in a command line. - Use the
.gitattributes
file I've included, or find your own. I referenced this one from a public Gist.
- ← Left Movement: Left arrow, A
- → Right Movement: Right arrow, D
- ↑ Jump: Up arrow, Spacebar, W
- Interactive and intuitive UI
- Saved player preferences (character select and volume control)
- Repeating, parallaxed backgrounds
- Fluid controls and physics-based movement
- Event system & singleton pattern
- OOP principles including inheritance and encapsulation
- Internal save system
This project is licensed under the GNU General Public License v3.0. A copy of the license can be found in the LICENSE file.
Special thanks to
- SeethingSwarm for providing the adorable cat and fox assets used in this game. You can find more of their work on itch.io and follow them on Twitter.
- Eder Muniz (edermunizz) for their beautiful pixel art forest backgrounds. More of their work is found on itch.io and Twitter.
- Strikecast Audio for the background music provided in game. Their content was available free off the Unity Asset Store.
You can contact me through email, or create an issue for any problems.