Skip to content

JoeSiu/SDL-project

Repository files navigation

Dark Zone

Dark Zone is a 2d top down zombie survival game made in SDL 2.0 and C++.

Dark Zone

Controls

Keys Actions
W Move up
A Move left
S Move down
D Move right
Left mouse button Shoot
Mouse wheel / Q Cycle weapon
1 Weapon 1
2 Weapon 2
Esc Pause / resume

There is also a cheat mode used for debugging

Keys Actions
` Toggle cheat mode
Space Restore player health
Shift Double the movement speed
Insert Force spawn zombies
Delete Kill all zombies
Home Toggle god mode
End Instant death

View the full manual and implementation details here

Install

Download the zip file and unzip, then run the executable file.

Compile

SDL2-2.0.12 or above is required

Sources used