diff --git a/README.md b/README.md index ad815f8..a1056fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,41 @@ # ZombieV 2D top down zombie shooter game in C++ using SFML as graphics library and custom game engine (Ligths, Physics, Entity creation, etc...) +## Installation + +##### Prerequisites + +Before you install ZombieV, make sure you have the following prerequisites installed: + +- CMake +- SFML +- Git + +##### Instructions + +1. **Clone the Repository** + + ```bash + git clone https://github.com/johnBuffer/ZombieV.git + cd ZombieV + ``` + + + +2. **Build and Compile** + ```bash + mkdir build + cd build + cmake .. + make + ``` + +3. **Run Game** + If all is installed correctly, you should see an executable called ZombieV, all you need to do from here is run the executable + ```bash + ./ZombieV + ``` + ## Example ![Zombie](https://github.com/johnBuffer/ZombieV/blob/master/img/illustration.png)