Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

robjperez

3
Posts
1
Followers
A member registered May 25, 2024

Creator of

Recent community posts

Oh :(

This is my first time doing something in Guile. I need to improve the packaging and distribution, otherwise it is difficult to be executed in some systems.

Thanks for playing the game!


:facepalm: There are some calculation that produced a index out of range. Thanks for reporting

Thanks for trying the game!!

I tried in fedora and it looks like `guile` package installs version 2.0 which I haven't tested.

Please install 3.0 instead with `dnf install guile30` and either:

A. Link `guile` to `guile3.0` so the default version is 3.0

B.  change `./run.sh` script to call `guile3.0` instead of `guile`

I will try to upload a new version changing the `run.sh` script to detect this issues.