Skip to content

Infection: an isometric game made for Global Games Jam 2018 at Staffordshire University

License

Notifications You must be signed in to change notification settings

phunanon/Infection

 
 

Repository files navigation

Infection

Isometric zombie survival game for Linux
Continuation of a Global Games Jam 2018 original collab.
Written in C++/SFML.

Compilation & Execution

sudo apt install libsfml-dev cmake make
git clone --depth=1 https://github.com/phunanon/Infection.git
cd Infection/build
cmake ../src
make
./Infection

All-in-one line: sudo apt install -y libsfml-dev cmake make && git clone --depth=1 https://github.com/phunanon/Infection.git && cd Infection/build && cmake ../src && make && ./Infection

About

Infection: an isometric game made for Global Games Jam 2018 at Staffordshire University

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.2%
  • CMake 20.8%