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.
Viewing post in Zombie Attack jam comments
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