Subversion Repositories Games.Descent

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
# Descent
2
 
3
![Descent game screenshot](https://cdn.mobygames.com/screenshots/9874951-descent-dos-the-spreadfire-cannon-can-be-used-to-hit-fast-moving.png "Descent game screenshot")
4
 
5
This is my take at providing a KISS, no-questions-asked build system to [d1x-rebirth and d2x-rebirth](https://www.dxx-rebirth.com/) for macOS.
6
 
7
Some parts of the code have been modernized, some bugs fixed, etc.
8
 
9
The results are **Descent.app** and **Descent2.app** app bundles that can run on your Mac.
10
 
11
I planned to port these to iOS (using the gyroscope to steer the ship!) but was dragged away by other tasks.
12
 
13
 
14
## Dependencies
15
 
16
- cc
17
- ld
18
- Python
19
 
20
Nuff said.
21
 
22
No CMake, no Ninja, no Meson, no CocoaPods, no git, no autotools, no shit. Only base things every UNIX user has.
23
 
24
 
25
## How to build
26
 
27
On macOS: run `./mac-build.sh`
28
 
29
 
30
-- 
31
Pierre-Marie Baty