blob: 00976a6f82ec1ae51cbf5d9d27297b3bfc820961 (
plain)
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
|
# ??? DOS game
## Requirements
Running the game:
- MS/DOS or compatible
- A DOS extender, e.g. [CWSDPMI](http://sandmann.dotster.com/cwsdpmi/)
- 386 or later
- Some RAM! (TBD)
Development:
- GNU Make
- DJGPP C (using GCC 12.1.0; other may work)
- DOSBOX
For DJGPP I recommend cross-compilation using [build-djgpp](https://github.com/andrewwutw/build-djgpp/).
You can build the game with `make` and run it in DOSBOX with `make run`.
## Author
This was made by [Juan J. Martinez](https://www.usebox.net/jjm/about/me/).
The code is licensed MIT, the assets [CC-SA-NC](https://creativecommons.org/licenses/by-sa/2.0/).
Homepage: https://git.usebox.net/???/about/
|