BoXiKoN
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
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
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 "{TEMPDIR}{NAME}/{NAME}.info" FORCE
EndIf
Copy "{TEMPDIR}{NAME}/#?" "{INSTALLDIR}{NAME}" ALL FORCE
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
Delete "{INSTALLDIR}{NAME}" FORCE ALL
Delete "{INSTALLDIR}{NAME}.info" FORCE
- ## UNINSTALL END