jordansavant / roguezombie

An isometric, networked, roguelike game written in C++, also known as Ctrl-Z and Hades Corp (c)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rogue Zombie

A fully networked, multiplayer roguelike game built in C++ using the SFML library.

It has been a perpetual work in progress for several years when the inspiration hits me.

There are several wrapper build repositories for building this game on Mac, Windows and Linux.

Synopsis

You awaken as an experimentation of Hades Corp (C) gone awry, now some sort of undead being you must find your way out of Hades Corp into the world above.

Demon spawn, undead, menacing security, traps and mazelike puzzles face your escape.

Game Elements

Hades Corp tower is a procedurally generated series of connected dungeons using the XoGeni codebase.

Enemies have various levels of functionally assigned AI routines to dynamically adjust enemy detection, intelligent pathfinding and combat decisions.

Outside of combat the world proceeds in free time, where you can navigate the level at any pace. Once combat is detected a queue of combat begins.

The game supports networked multiplayer games but has not been optimized in some time.

Building

This repository contains the cross-platform compatible C++ used to build this game on most sytems.

There are four additional repositories that contain build details for these environments specifically:

The game uses SFML, the Open GL library so use its installation guides as additional reference:

Media

https://www.youtube.com/watch?v=5urZK-CNOFo

About

An isometric, networked, roguelike game written in C++, also known as Ctrl-Z and Hades Corp (c)


Languages

Language:C++ 99.7%Language:Objective-C++ 0.2%Language:GLSL 0.1%