Composure (Eutro)
About
Compose your thoughts and functions. You'll be alright.
Composure is a game about solving puzzles with functions built in point-free style: there are no variables, only combinators.
How to PlayYou can download native releases for Linux x86_64 and Windows from itch.io (or from CI), or play the Web version here. Native versions are recommended since they run quicker, look prettier, and play audio better. Mobile platforms are unfortunately not supported.
BuildingThis game was written in GDLisp targetting Godot 3.5.1.
To build you'll need to have Racket installed, and a version of Godot that you can run, along with the export templates (which you can grab from the same site, or download through Godot's GUI).
Clone this repository, install the dependencies (make sure you trust me not to blow up your computer, of course):
# in the folder with info.rkt raco pkg installCompile GDLisp to GDScript:
raco gdlisp ./projectOpen the project at ./project/project.godot in Godot, and export according to their documentation.
You can also look at how CI is set up, if you like reading YAML.
Licenses- Code is licensed MIT (see LICENSE).
- Audio is original and licensed here as CC-BY-SA 4.0.
- It's also available on streaming platforms: Spotify, Apple Music.
- Models are mostly sourced from Quaternius and are public domain here as well, if you want my mildly mangled versions specifically.
- Fonts all come with their own license information (OFL).
I also won't personally run after you with a lawyer if you do manage to violate the copyleft licenses.