BoXiKoN

From GrunchWiki
Revision as of 21:55, 26 October 2011 by Db2wiki (talk | contribs) (1.16)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

;--------------------------------------------

  • ## ITEM "BoXiKoN"
  • ## DATE "26.08.2011"
  • ## DESCRIPTION "A logical game roughly based on Tetris idea, but much more interesting.*N*NBlocks are not falling, but the player takes them from a queue and places them freely on the playfield. Rows are cleared as usual. If player is not fast enough, some obstacles are placed on the playfield. Very nice, animated graphics.*N*NMorphOS version of BoXiKoN has been made freeware by the publisher, ShoecakeGames, the free regcode is JDPDUKMRJW."
  • ## APPTYPE "GAME"
  • ## APPAUTHOR "ShoecakeGames"
  • ## APPWEBPAGE "http://www.boxikon.com/"
  • ## APPPICTURE "http://www.boxikon.com/images/boxibanner.jpg"
  • ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
  • ## URLARCHIVE "http://morphos-files.net/download/BoXiKoN"
  • ## URLWEBPAGE "http://morphos-files.net/find.php?n&find=BoXiKoN"
  • ## URLPATTERN "class=*"ut*">{YEAR}#?{MONTH}#?{DAY}<"
  • ## ARCHIVESIZE 726260
  • ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
  • ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
If EXISTS "{TEMPDIR}BoXiKoN Game"
Rename "{TEMPDIR}BoXiKoN Game" "{TEMPDIR}{NAME}"
EndIf
If EXISTS "{TEMPDIR}BoXiKoN Game.info"
Rename "{TEMPDIR}BoXiKoN Game.info" "{TEMPDIR}{NAME}.info"
EndIf
If EXISTS "{INSTALLDIR}{NAME}/{NAME}.info"
Delete FORCE "{TEMPDIR}{NAME}/{NAME}.info"
EndIf
Copy "{TEMPDIR}{NAME}/#?" "{INSTALLDIR}{NAME}" ALL
If NOT EXISTS "{INSTALLDIR}{NAME}.info"

; the included is OS1.3 quality :D ; If EXISTS "{TEMPDIR}{NAME}.info" ; Copy "{TEMPDIR}{NAME}.info" "{INSTALLDIR}{NAME}.info" ; Else

GTooltype "{INSTALLDIR}{NAME}" TYPE WBDRAWER

; EndIf

EndIf
  • ## INSTALL END
  • ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
  • ## UNINSTALL END
  • ## ITEM END