BoulderDäsh
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "BoulderDäsh"
- ## DATE "28.07.2011"
- ## DESCRIPTION
BoulderDäsh is a remake of the original BoulderDash game from the good old C64. You may say why another BoulderDash clone? You are right, there are a lot of clones, but they are all not as good as the original, if you look at the graphic or the feeling of playing it. Even converts at PC are not very good. Also on fast PCs the animation speed of the objects is lowered, if there is scrolling. My version was tested by different independent persons and all said the same: This BoulderDäsh is the best. I will not praise myself here, but test it yourself, built your own opinion and please tell me about it.
- ## DESCRIPTION END
- ## APPTYPE "GAME"
- ## APPAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## APPWEBPAGE "http://www.geit.de/eng_boulderdaesh.html"
- ## APPPICTURE "http://www.geit.de/images/grunch/Boulderdäsh"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://www.geit.de/stupid/boulderfull.lha"
- ## URLREADME "http://www.geit.de/stupid/boulderfull.readme"
- ## ARCHIVESIZE 4733837
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
If "{SystemOS}" EQ "MorphOS"
If EXISTS "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX" "{TEMPDIR}{NAME}/{NAME}"
EndIf
EndIf
If EXISTS "{TEMPDIR}{NAME}/Install/#?.cs"
Copy "{TEMPDIR}{NAME}/Install/#?.cs" "{TEMPDIR}{NAME}/Translator"
EndIf
FailAt 30
Delete FORCE ALL "{TEMPDIR}{NAME}/Install#?"
Delete FORCE ALL "{TEMPDIR}{NAME}/Bin"
FailAt 10
{STANDARDCOPY}
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
- ## UNINSTALL END
- ## ITEM END