A simple 2D zombie survival game built with C++ and SFML.
Zombie Arena is a top-down shooter game where the player fights off endless waves of zombies. It uses the SFML graphics library for rendering and input.
- C++ Compiler (e.g.,
g++
) - SFML Library (Graphics, Window, System)
You can compile and run the game using the provided Makefile-style commands:
make all