ndongmo / Zombies-Game

Top down 2D shooter game in C++ using OpenGL-SDL-CEGUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zombies-Game

ZombiesGame is a top down 2D shooter implemented in C++ with OpenGL, SDL and CEGUI. As game engine, I implemented the NS2 2D engine based on Ben tutorials. This engine doesn't include the physics engine, collision detection is based on the spatial partitioning algorithm, especially a grid spatial data structure. You can have a look at the video gameplay on my youtube channel.

Gameplay video on youtube

Features

  • Edition mode : possibility to edit your own levels
  • Lighting management
  • Possibility to play with Joystick or Keyboard

Acknowledgments

About

Top down 2D shooter game in C++ using OpenGL-SDL-CEGUI

License:MIT License


Languages

Language:C++ 68.8%Language:C 31.0%Language:Lua 0.1%Language:GLSL 0.1%Language:CMake 0.0%Language:Batchfile 0.0%