Play game
The Tragedy of Eiko's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Entertainment - How enjoyable/replayable is it? | #8 | 0.816 | 2.000 |
Creativity - How original is the idea? | #8 | 0.816 | 2.000 |
Presentation - How does it look/feel? | #8 | 1.633 | 4.000 |
Overall | #8 | 1.089 | 2.667 |
Ranked from 1 rating. 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
Finally got it running on ubuntu 20.04!!
Your tweening code and timed dialogue were smooth.
Steps
Thanks for all the effort you've put into this. I'll make sure to include updated build files and instructions with the 1.0.1 release.
I’ve run into a couple issues building the game.
I’m running Ubuntu 20.04
Issue 1 (solved)
It seems your autoconf script requires gettext version 0.2 specifically, while Ubuntu seems to ship with version 0.19.
Issue 2 (stuck)
When I try to run
./configure --with-default-text=... --with-bold-text=...
I get the followingI’ve run it with and without setting the
GUILE_LOAD_PATH
andprefix
variable inconfigure
Having the same issues.
IIUC #1 would be solved by setting the required version to 0.19, right?
#2 looks like you're missing the GUILE_PKG macro. Do you have guile-3.0-dev installed?
Just installed it.
Also, installed David Thompson’s sdl2 V 0.5
In order to configure, like your README suggested I had to include /site/3.0/ to the GUILE_LOAD_PATH
I’ve now successfully configured. However, when I go to run make I get the error below.
I’m going to download the game fresh and try again.
It seems I've forgot some quotes in pre-inst-env.in on line 10.
Other than that, you'll also need the (sdl2 mixer) module, which in turn needs SDL2_mixer. Similarly (sdl2 ttf) needs SDL2_ttf. Not sure which Ubuntu packages this maps to, but make sure you have them.
Yep, I had installed libsdl2-mixer and libsdl2-image while troubleshooting. But, only after installing guile sdl!
I reconfigured and reinstalled guile-sdl and was off to the races!