Undead MMO is a multi-player, top-down, zombie survival game. Official website: http://undeadmmo.com/
There is a client and server program. The game client can login to a server to play the game.
Currently we are working on a single game mode, called endless mode:
- Zombies endlessly spawn
- Everyone is an enemy that can be killed
- The goal is to survive as long as possible from the resources on the map
In the future, there will be lots of other game modes, like:
- Waves that get increasingly difficult
- Extinction, where players that die move to the zombie team and control multiple zombies like an RTS
- Single player/co-op campaign
- And many more
The code is written in C++11, and uses SFML 2.1 (https://github.com/LaurentGomila/SFML).
The code is licensed under the GPLv3 license. See LICENSE.txt for more details.
See COPYRIGHT.txt for authors.
For build instructions, and other information about the contents of this git repository, please see the documentation in the "doc" folder.