Draw your own game levels using simple shapes — and watch them come to life as playable digital maps!
Create your level by drawing basic shapes and lines on a 2D canvas. The game engine interprets your sketch and turns it into a functional platformer level.
Use these shapes to design your map:
| Shape | Meaning |
|---|---|
| Pentagon | Start point |
| Hexagon | End point |
| Triangle | Coin / Collectible |
| Horizontal Line | Platform |
Only horizontal lines are considered platforms. Other lines are ignored.
- Intuitive level creation by sketching
- Real-time conversion from drawing to gameplay
- Platformer-style player movement and collectibles
- Supports coins, platforms, start/end logic
- Godot Engine
- GDScript
- OpenCV shape parser
- Clone the repo
- Open the project in Godot
- Run the game
- Start drawing and play!
git clone https://github.com/yourusername/sketch-to-game.git