Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CatacombGames/TheCatacomb
- Owner: CatacombGames
- License: gpl-2.0
- Created: 2014-06-05T23:43:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T23:49:43.000Z (over 10 years ago)
- Last Synced: 2024-04-10T05:27:46.052Z (7 months ago)
- Language: C++
- Homepage: https://catacomb.games
- Size: 180 KB
- Stars: 69
- Watchers: 6
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.