shithub: duke3d

ref: 222de35cb34603c9d81375978d5e91821126b2c3
dir: /README.md/

View raw version
Chocolate Duke3D
================

Chocolate Duke Nukem 3D is the equivalent of [Chocolate Doom](http://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom).

A port that:

1. Remains as faithful as possible to the original source code.
2. Portable and compiling in one click on Windows, OS X and Linux.
3. Aimed at education, with lots of comments and documentation added in order to help programmers to understand and learn.


Requirements
============

[SDL](http://libsdl.org) and SDL_mixer to compile and run the code.

An original copy of Duke Nukem 3D (specifically the DUKE3D.GRP file from the original CD).


Build
=====

Windows: Use Visual Studio 2005 or Visual Studio 2012  
OS X: Use Xcode 4.0  
Linux: Use 'make' (.grp in working directory and with rw permissions)


Background
==========

**Project initiator:** Fabien Sanglard 
**Linux integration:** Juan Manuel Borges Caño

**More information:** [Review of the Duke 3D source code](http://fabiensanglard.net/duke3d/) [Linux integration](http://juanmabcblog.blogspot.com/2013/07/chocolate-duke3d.html)