Play game
Game Of Life's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Adherence (score low for poor theme implementation, high for sticking to theme) | #77 | 2.313 | 2.833 |
Originality (score low for unoriginal, high for original ideas) | #85 | 2.041 | 2.500 |
Legitimacy (score low for jam-spam, high for authentic "in the spirit" entry) | #86 | 2.586 | 3.167 |
Impression (score low for unimpressive, high for impressive) | #97 | 1.497 | 1.833 |
Ranked from 6 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
Can you package the dlls with the game for the windows version? Couldn't play it either
Couldn't play it either :(
The DLL was not found, you can fix it by putting all the dlls/libraries and executable in one single folder. (e.g XFOLDER -> src -> EXE)
It worked for me so ¯\_(ツ)_/¯
Tried to play on linux and was hit with this error before being able to actually run it.
Adding the switch -static-libstdc++ to your compile command (assuming g++) will statically link the C++ standard library to avoid this on other systems.