Play game
Birb's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Presentation - How does it look/feel? | #13 | 2.550 | 3.250 |
Entertainment - How enjoyable/replayable is it? | #15 | 1.961 | 2.500 |
Overall | #15 | 2.092 | 2.667 |
Creativity - How original is the idea? | #16 | 1.765 | 2.250 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Love the artwork, I hope you enjoyed your first steps into Lisp!
What a cute game, and nice work for your first (if I read correctly) game and Lisp experience! I hope you had fun making it!
Thank you for running it! :)
Yes, you read that right, this is actually my first Lisp programming experience :) It was quite fun and a little awkward. I'll try some more for sure!
Hello Lispers!
Unfortunately the submitted tar is not full and I can't change the submission :(
UPD:
I created a guix pack, so I hope it will help to run the game.
You need to dowload birb-0.1-guix-pack.tar.gz from this release on my github repo,
unpack it with `tar -xf birb-0.1-guix-pack.tar.gz` and then run `bin/birb` executable.
Also you can build it from sources with Guix package manager. See README of the git project for more details https://github.com/kierros/birb
I am able to compile the project using `guix environment` now, but it looks like the audio files are missing: file not found "audio/bu-offensive-birds.mp3"
Ugh, sorry! I updated the top message and information in the repo's README. Check it out if you have some time and patience :) Thank you
Got it running! Very cute little game!
Ah yeah!!! I'm happy that you run it :) Thanks a lot for debugging with me :)
The INSTALL file references a guix.scm file but it's not included in the archive. You may have simply forgotten to include it? If I can get that file I should be able to easily try out your game.
Oh, thanks for downloading and trying to run it! Yes, you're right, I forgot to add it...:( Currently I try to create guix pack, I hope to add it soon...
Hi, I can't edit the submission unfortunately, so I added updated tar to the repository in the branch Tar. You can found it here https://github.com/kierros/birb/blob/Tar/birb-0.1.tar.gz :)