Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasilyte/sinecord
Create music by the power of math!
https://github.com/quasilyte/sinecord
ebiten ebitengine game gamejam go golang indiegame math midi music synthesizer
Last synced: 18 days ago
JSON representation
Create music by the power of math!
- Host: GitHub
- URL: https://github.com/quasilyte/sinecord
- Owner: quasilyte
- License: mit
- Created: 2023-06-15T07:55:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-09T10:32:13.000Z (about 1 year ago)
- Last Synced: 2024-10-11T11:48:28.111Z (about 1 month ago)
- Topics: ebiten, ebitengine, game, gamejam, go, golang, indiegame, math, midi, music, synthesizer
- Language: Go
- Homepage: https://quasilyte.itch.io/sinecord
- Size: 7.86 MB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sinecord
A game submitted to [Ebitengine 2023 game jam](https://itch.io/jam/ebitengine-game-jam-2023).
Play in browser: [quasilyte.itch.io/sinecord](https://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](https://www.youtube.com/watch?v=Yh3orYBQmcg).
![screenshot](screenshot.png)
## Running the game
The easiest way to play it is to use a [browser version](https://quasilyte.itch.io/sinecord).
If you want to build a native binary, you can build this game from sources.
1. Install Ebitengine system dependencies for your OS
2. Build & run the game with Go```bash
git clone https://github.com/quasilyte/sinecord.git
go run ./cmd/game
```Use Go cross-compilation to create a binary for a different platform.