diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-29 23:34:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-29 23:35:34 +0100 |
commit | d6cce83a4c5a6540f0b32e3bca9fb56c1f8855d1 (patch) | |
tree | 1f95db06c5df010a4505485b5328d0376d3fd3b7 | |
parent | 2941ac6b8ecc1fd96b886219795f5d7e55bb85d8 (diff) | |
download | gold-mine-run-d6cce83a4c5a6540f0b32e3bca9fb56c1f8855d1.tar.gz gold-mine-run-d6cce83a4c5a6540f0b32e3bca9fb56c1f8855d1.zip |
Add the link to the repo
- description of the project
- fixed the DPMI requirement
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ -# ??? DOS game +# TBD DOS game + +This is a game I'm making for DOS Jam 2023. ## Requirements Running the game: - MS/DOS or compatible -- A DOS extender, e.g. [CWSDPMI](http://sandmann.dotster.com/cwsdpmi/) +- A DOS Protected Mode Interface, e.g. [CWSDPMI](http://sandmann.dotster.com/cwsdpmi/) - 386 or later - Some RAM! (TBD) @@ -25,5 +27,5 @@ 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/ +Homepage: https://git.usebox.net/dos-jam-2023/about/ |