Welcome to the official repository of Turbo Demo Games - a collection of sample games created using the Turbo game engine. These demos are designed to showcase the capabilities of Turbo and provide inspiration for your game development projects.
First, install Turbo
Next, clone this repository to explore the demo games:
git clone https://github.com/jozanza/turbo-demos.git
Each demo game is contained in its own directory and includes source code and assets.
From the root of the project, you can run the following command:
turbo run -w <demo-name>
For example, to run the Bork Runner game demo:
turbo run -w bork-runner
Feel free to run, modify, and use these demos as a starting point for your projects. For more information on how to use Turbo and work with these demos, check out Turbo's Documentation.
Game of Life | Pong | Tanks |
---|---|---|
Space Shooter | Pancake Cat | Bork Runner |
---|---|---|
Solana Lumberjack | Space Invaders | dreamland |
---|---|---|
Staring at the Sun | ||
---|---|---|
We welcome contributions to our demo collection! Please read our Contributing Guidelines for more information on how you can contribute.
If you encounter any issues or have questions, please open an issue in this repository.