Birb
A downloadable game
Submitted tar is not full, you can find the released executable guix pack on my github (https://github.com/kierros/birb). Also there is instructions in the README how to build from source, for this you will need Guix package manager and Chickadee game development toolkit. Sorry for this inconvenience
This game was written during Spring Lisp Game Jam 2021 using Chickadee game development toolkit for Guile Scheme.
The arts are my own and the audio is by Rick Hoppmann (TinyWorlds).
Source code https://github.com/kierros/birb
Controls:
Use arrows to navigate Birb through the maze and get to her friends. Use space to flap wings.
This game was the first time I used Lisp and it's my first game overall. I'll try to finish it later with generated mazes, interaction with characters, etc.
Download
Install instructions
Submitted tar is not full, you can find the released executable guix pack on my github (https://github.com/kierros/birb) or build from source.
Run from released tarball
- Go to Releases and download tarball with all dependencies
birb-0.1-guix-pack.tar.gz
- Unpack the tarball
tar -xf birb-0.1-guix-pack.tar.gz
- Run the executable
./bin/birb
Build from source with Guix
To build it with Guix you also need Chickadee.
Clone the repo and run the following commands:
guix environment -l /path/to/chickadee/guix.scm --
/path/to/chickadee/pre-inst-env guile /path/to/birb/game.scm
Leave a comment
Log in with itch.io to leave a comment.