Moving On
A downloadable game for Windows and Linux
Made in 7 days for the "Code for a cause" game jam. The game was made using SDL3 and imgui.
Somethings are not very intuitive so further down on this page is some small explanations if you are having trouble. I was hoping to have the game explain itself mostly but then I ended up fighting to get it build in time for the deadline instead of implementing that ^^
Controls:
W/A/S/D - move
E - Pick up
Left mouse to click on things and open context menu
Tutorial/Things the game was supposed to hint at better
The goal is to reach the 20th area of the map. while not having your hunger or hope deplete.
Traveling to the next area gives back some hope but costs hunger.
The longer you stay in place, the faster you loose hope.
Only items in your pocket can be carried to the next area
no go-sies back-sies
Updated | 1 day ago |
Published | 3 days ago |
Status | In development |
Platforms | Windows, Linux |
Author | LunaTheMoongirl |
Genre | Survival |
Made with | SDL |
Tags | No AI, Pixel Art, Singleplayer |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard, Mouse |
Comments
Log in with itch.io to leave a comment.
I can't run it on linux. (Mint)
$ ./moving
./moving: error while loading shared libraries: libabsl_hash.so.20230802: cannot open shared object file: No such file or directory
Oh I'm sorry, I forgot to include the absl library and probably didn't notice cause it was installed on the machine i tested on. If you still want to play it, absl/abseil is probably available in most package managers https://packages.debian.org/sid/libabsl20230802
I'll hopefully remember to fix the uploaded build here once the jam is over.