Play project
termanimal's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #139 | 2.041 | 5.000 |
Innovation | #180 | 2.041 | 5.000 |
Gameplay | #190 | 2.041 | 5.000 |
Graphics | #192 | 2.041 | 5.000 |
Overall | #196 | 2.041 | 5.000 |
Theme interpretation | #200 | 2.041 | 5.000 |
Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository
https://github.com/rozaxe/termanimal
Theme interpretation
A little app mixing computing and feeling by allowing to take care of a pet right into a terminal's prompt !
Leave a comment
Log in with itch.io to leave a comment.
Comments
I ran the executable, but I still don't get how to use it exactly. Will try to look into it again tonight.
Hi ! Sorry for responding sooo late.
This "game" is designed for people with "terminal skill". If that is you case, after downloading and extracting the archive, you be able to move the executable into a directory available from your PATH (`/usr/local/bin` for instance).
If you really do not understand "terminal" and "PATH", I can recommand you to jump into the fun world of the command line !
Do you have an "how-to" compile it ? I downloaded emoji code but I can't really understand how to compile your project
Sorry for responding so late !
For now on, the base library `emojicode` is only available en Linux and macOS (no Windows support).
The executable you can found here is for macOS only, I recommand to use the pre-built binary.
If you want to compile yourself, I propose to go clone the main repository https://github.com/rozaxe/termanimal and after installing emojicode you can run `emojicodec src/main/main.emojic`.
(I will update the README to add build instruction)