Play game
Deserted's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Gameplay | #28 | 1.732 | 3.000 |
Art | #29 | 2.021 | 3.500 |
Presentation | #31 | 1.732 | 3.000 |
Overall | #32 | 1.588 | 2.750 |
Audio | #42 | 0.866 | 1.500 |
Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
Elias Feijó
Software used
Trivial-Gamekit (Common Lisp)
Tiled
Gimp
Aseprite
Cookies eaten
A lot!
Leave a comment
Log in with itch.io to leave a comment.
Comments
Updated links to version 0.0.2. Now the game has audio (sound fx and music) and supports OpenGL 2.1+.
It looks like you have hard coded absolute paths in your executable that prevent it from being run on other machines (at least mine, on the Linux executable). In particular I am getting:
error opening #P"/home/travis/build/eliasfeijo/deserted/assets/map/map1.tmx"
So maybe you can find where that is referenced and replace it with a relative path.
Yes, thanks for the reply. I'm trying to fix that asap. Will let you know when I update the executable files.
I have uploaded the executable files, it should work now. Can you try downloading and running again?