Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The files are correct, the game can only be launched on linux. If you are on linux, you need to compile the game with the given makefile.

I tried to compile using the Makefile, but got this error:

g++ -Wall -Wextra -g -Wno-implicit-fallthrough   -c -o src/dialogs/unanimed_npc.o src/dialogs/unanimed_npc.cpp
In file included from src/dialogs/unanimed_npc.cpp:8:
src/dialogs/../../include/dialog/unanimated_npc.hpp:13:10: fatal error: SFML/Graphics.hpp: Arquivo ou diretório inexistente
   13 | #include <SFML/Graphics.hpp>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<embutido>: src/dialogs/unanimed_npc.o] Erro 1

I was able to compile and run it after installing SFML

> sudo apt-get install libsfml-dev

This is on Linux Mint 21.2. It probably has other dependencies that I already had installed? The game should have come with real install instructions instead of "just run make".