Sinecord
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.
![screenshot](https://github.com/quasilyte/sinecord/raw/a4c0b9d0eaf3/screenshot.png)
Running the game
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.