Itch.io Game Off - Theme Waves
- C# 100%
|
|
||
|---|---|---|
| .godot | ||
| Assets | ||
| Scenes | ||
| Scripts | ||
| .DS_Store | ||
| .gitignore | ||
| gameOff-11-2025.csproj | ||
| gameOff-11-2025.sln | ||
| icon.svg | ||
| icon.svg.import | ||
| project.godot | ||
| README.md | ||
Game Off 2025 — Barbershop Rhythm Game
A wave-based rhythm game built for GitHub Game Off 2025. Run a barbershop: customers queue at the door, take seats, and you serve them through rhythm mini-games timed to the beat.
Gameplay
- Customers arrive in waves managed by
WaveManager - A
RhythmManagerdrives BPM and timing for all mini-games - Each customer is served via a sequence of mini-games (e.g. BrushCircles)
- Performance is tracked via a live rating score and HUD
Tech Stack
- Godot 4 (C# / .NET)
- GDScript + C# hybrid — scenes in
.tscn, logic in.cs
Structure
Scenes/
Barbershop/ # Barbershop environment
Client/ # Customer character (Customer.cs)
Main/ # Main game controller (Main.cs)
MiniGames/ # Mini-game scenes (BrushCircles)
UI/ # HUD and UI scenes
Scripts/
Managers/ # RhythmManager, WaveManager
Running
Open project.godot in Godot 4 and press Play.