diff options
Diffstat (limited to 'games/chocolate_duke3D/README')
-rw-r--r-- | games/chocolate_duke3D/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games/chocolate_duke3D/README b/games/chocolate_duke3D/README index 7094080d50..a9f4caebe0 100644 --- a/games/chocolate_duke3D/README +++ b/games/chocolate_duke3D/README @@ -3,8 +3,12 @@ Chocolate Duke Nukem 3D is the equivalent of 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. + 2. Is portable and compiling in one click on Windows, OS X and Linux. + 3. Is aimed at education, with lots of comments and documentation added + in order to help programmers to understand and learn. -Note: Place "duke3d.grp" from any legit Duke 3D copy to /usr/share/games/duke3d to play. +Note: Place "duke3d.grp" from any legit Duke 3D copy to +/usr/share/games/duke3d to play. + +Currently, only 32-bit x86 is supported. The code is not 64-bit clean, +so it won't run correctly on x86_64. |