A game submitted to Ebitengine 2023 game jam.
Play in browser: quasilyte.itch.io/sinecord
In this game, you solve the puzzles and create the music along the way.
Here is an example what kind of music you can expect from this game: www.youtube.com/watch?v=Yh3orYBQmcg.
The easiest way to play it is to use a browser version.
If you want to build a native binary, you can build this game from sources.
- Install Ebitengine system dependencies for your OS
- Build & run the game with Go
git clone https://github.com/quasilyte/sinecord.git
go run ./cmd/game
Use Go cross-compilation to create a binary for a different platform.