Skip to main content

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

Zombie AttackView game page

A village is invaded by zombies, you need to help the inhabitants escape the village.
Submitted by Lord-Segv — 3 minutes, 52 seconds before the deadline
Add to collection

Play game

Zombie Attack's itch.io page

Results

CriteriaRankScore*Raw Score
Sound#1330.4261.000
Gameplay#1360.4261.000
Aesthetics#1360.4261.000
Theme#1360.4261.000
Overall#1360.4261.000

Ranked from 2 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

Submitted

I couldn’t play, maybe you could send a message for the jam administrator to send the correct files

Developer

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.

Submitted

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".

Submitted

Hey i think the files you uploaded aren't the right one, or are msising, because it cant be launched...