The Fox Runner project is a game developed in Unity using the C# programming language. The main objective of this project is to create and test a simple 3D game. In this game, the player controls a fox that runs faster and faster through a procedurally generated environment, with increasingly complex obstacles to dodge.
- Fox Control: Players can control the fox by making movements to the left, right, and by performing jumps.
- Increasing Speed: The fox's speed increases gradually as the game progresses, making the challenge increasingly difficult.
- Obstacles: Various types and shapes of obstacles appear on the course, requiring quick reflexes to dodge them.
- Bonuses: Bonuses can be collected to slow down the fox, earn points, or gain other temporary advantages.
- Use the left and right arrow keys to move the fox horizontally.
- Press the jump key to make the fox jump over obstacles.
This project is intended to serve as a foundation for learning and developing 3D games with Unity and C#. Feel free to explore, modify, and extend the code according to your needs and creativity!
This project was created by TILLIOLE Duncan and is distributed under the MIT license.