From 2941ac6b8ecc1fd96b886219795f5d7e55bb85d8 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 29 May 2023 23:32:41 +0100 Subject: Initial import --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..00976a6 --- /dev/null +++ b/README.md @@ -0,0 +1,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/ + -- cgit v1.2.3