Open and run a project
1. Clone the repo
gh repo clone Tiger-Studio-WAB/WAB-Project-1
cd WAB-Project-1
HTTPS with git clone is the same. See Clone a repository.
2. Import in Godot
- Launch Godot 4.7.
- Project Manager → Import.
- Select
project.godotin the cloned folder. - Import & Edit.
First open generates .godot/ (cache and imports). That folder is gitignored.
3. Play
- Press F5 or the Play button
- Main scene:
res://ui/main_menu.tscn - Start Game loads the sample level
| Action | Keys |
|---|---|
| Move | A / D or arrows |
| Jump | Space, W, or Up |
| Pause | Esc |
Optional headless checks
If godot is on your PATH: