Street Runner is an open-source clone of the popular "Subway Surfers" game, developed using Godot Engine 4.4. This project aims to replicate the endless runner gameplay experience, providing a foundation for learning and further development.
- Endless Running Mechanic: Navigate through an infinite urban landscape, dodging obstacles and collecting items.
- Procedurally Generated Levels: Experience a unique run every time with dynamically generated environments.
- Power-Ups: Enhance gameplay with collectible power-ups that provide temporary abilities.
- Score System: Track your progress and aim for high scores with an integrated scoring system.
- Godot Engine 4.4: Ensure you have Godot Engine version 4.4 installed. You can download it from the official Godot website.
-
Clone the Repository:
git clone https://github.com/iammodev/Street-Runner.git
-
Open the Project:
- Launch Godot Engine.
- Click on the "Import" button.
- Navigate to the cloned repository folder and select the
project.godotfile. - Click "Import & Edit" to open the project.
-
Run the Game:
- Press the F5 key or click on the "Play" button to start the game.
Contributions are welcome! If you'd like to improve the game or fix bugs, please follow these steps:
- Fork the Repository: Click on the "Fork" button at the top right of this page.
- Create a New Branch: Use
git checkout -b your-feature-nameto create a feature branch. - Make Changes: Implement your feature or fix.
- Commit Changes: Use
git commit -m 'Description of your feature or fix'. - Push to the Branch: Use
git push origin your-feature-name. - Create a Pull Request: Navigate to the original repository and click on "New Pull Request".
This project is licensed under the MIT License. See the LICENSE file for more details.
- Godot Engine: For providing a powerful and open-source game development platform.
- KenneyNL: For the amazing assets
- Kiloo Games and SYBO Games: Creators of the original "Subway Surfers" game that inspired this project.
Note: This project is for educational purposes and is not affiliated with or endorsed by the creators of "Subway Surfers".
