a-keys-path

a-keys-path 0.7.1

Short puzzle-platformer game made with Godot, running on GLES 2.0

https://geegaz.itch.io/out-of-controls
GNU General Public License v3.0 onlyCreative Commons Attribution Share Alike 4.0Creative Commons Zero v1.0 Universal
main program: a-keys-pathprograms: a-keys-path
Platforms (1)
x86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  a-keys-path
];
Ad-hoc shell
nix-shell -p a-keys-path
Flake (nix run)
nix run nixpkgs#a-keys-path