Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CatacombGames/TheCatacomb

Catacomb 2 source code
https://github.com/CatacombGames/TheCatacomb

Last synced: 17 days ago
JSON representation

Catacomb 2 source code

Awesome Lists containing this project

README

        

The Catacomb
============

This repository contains the source code for The Catacomb (also known as
Catacomb II). The source code is designed for Borland C++ 2.0, but compiled
fine with Borland C++ 3.1 at the time of this release.

It is released under the GNU GPLv2. Please see COPYING for license details.

This release does not affect the licensing for the game data files. You will
need to legally acquire the game data in order to use the exe built from this
source code.

Editor
------

The editor for this game is the same as the original. Requiring the maps to be
uncompressed before editing. The CATED.C contains the editor code, which is
only referenced by OLDCAT.C. So it's disabled in this source tree and may or
may not be functional.