Skip to content

mwthinker/Zombie

Repository files navigation

zombie::Zombie CI build License: MIT

image

A 2D-shooter zombie game.

Prerequisites

Git and CMake must be installed.

Clone vcpkg and set enviroment variable VCPKG_ROOT to the root folder of the cloned vcpkg folder.

git clone https://github.com/microsoft/vcpkg.git

Or follow the instruction in https://github.com/microsoft/vcpkg#using-vcpkg-with-cmake.

Build

git clone https://github.com/microsoft/Zombie.git
cd Zombie
mkdir build
cd build
cmake ..
make

Or use CMake gui and generate the build system of your choice.

Release/Debug build

Either do it via the IDE or run

cd build
# Debug
cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build .
# Or Release
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .

If you have acess to the private repo run:

cd build
# Debug
cmake -DZombieData_PrivateRepo_SSH=1 -DCMAKE_BUILD_TYPE=Debug .. && cmake --build .
# Or Release
cmake -DZombieData_PrivateRepo_SSH=1 -DCMAKE_BUILD_TYPE=Release .. && cmake --build .

Open source

The project is under the MIT license.

About

A 2D-shooter zombie game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published