-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
30 lines (23 loc) · 905 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Wolfenstein 3D (embedded)
-------------------------
This is a port of Wolfenstein 3D to the Stellaris LM3S6965EVB
microcontroller development board.
A Linux/SDL binary can be build by setting
PROGS=sdlwolf3d
at the start of the Makefile.
A fair amount hacking was involved, including removal of "optional" features
(Menus, Demos, etc), conversion to 4-bit greyscale, lossy compression of
wall textures, integration of graphics into the application binary, and
a single use/fire button.
Only the shareware version has been tested.
To build you will need to original game data, specifically:
gamemaps.wl1
maphead.wl1
vgahead.wl1
vswap.wl1
These files are still subject to the original licence, so the resulting
binary may not be redistributable.
In theory removing the EMBEDDED define form version.h may restore the
original game, but I wouldn't bet on it.
Paul Brook