Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.47 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.47 KB

Lost Cat Scared Cat

Endless runner game created with Unity. Developed on Unity 2021.3.11f1 Personal.

Concept

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?

Screenshots

Gameplay Screenshot 1 Gameplay Screenshot 2

Cloning

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.

Controls

  • ← Left Movement: Left arrow, A
  • → Right Movement: Right arrow, D
  • ↑ Jump: Up arrow, Spacebar, W

Game Features

  • 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

License

This project is licensed under the GNU General Public License v3.0. A copy of the license can be found in the LICENSE file.

Acknowledgements

Special thanks to

Contact

You can contact me through email, or create an issue for any problems.