BoulderDäsh

From GrunchWiki
Revision as of 14:17, 30 September 2011 by Db2wiki (talk | contribs) (Created page with "<nowiki>;--------------------------------------------</nowiki> *<nowiki>##</nowiki> ITEM "BoulderDäsh" *<nowiki>##</nowiki> DATE "28.07.2011" *<nowiki>##</nowiki...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
If "{SystemOS}" EQ "MorphOS"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}_AHICGX"     "{TEMPDIR}{NAME}/{NAME}"
EndIf
Copy "{TEMPDIR}{NAME}/Install/#?.cs"          "{TEMPDIR}{NAME}/Translator"
Delete "{TEMPDIR}{NAME}/Install#?"   FORCE ALL
Delete "{TEMPDIR}{NAME}/Bin"         FORCE ALL
Copy "{TEMPDIR}{NAME}/#?"                     "{INSTALLDIR}{NAME}"             ALL
If NOT EXISTS "{INSTALLDIR}{NAME}.info"
If EXISTS "{TEMPDIR}{NAME}.info"
Copy "{TEMPDIR}{NAME}.info"        "{INSTALLDIR}{NAME}.info"
Else
GTooltype "{INSTALLDIR}{NAME}" TYPE WBDRAWER
EndIf
EndIf
  • ## INSTALL END
  • ## UNINSTALL
Delete "{INSTALLDIR}{NAME}"        FORCE ALL
Delete "{INSTALLDIR}{NAME}.info"   FORCE
  • ## UNINSTALL END