| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DOS space shooter in ASCII. To run, just download the latest release (single spaceass.exe file) and run it through DosBox.
start "Space Assault dev" # give the window nice title
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" # path to Your DosBox installation
-c "mount C C:\Data\projects\dos" # path mounted to DosBox's C:, must contain both turbox and working copy
-c "C:" -c "cd spaceass" # after starting DosBox, switch to C:/spaceass (in mounted filesystem)
-c "set PATH=C:\turboc\bin" # make DOS see the "make" utility
-noconsole # do not open underlying console window for DosBox| Back | FazBrowse Home | New Git URL |