# monsterz/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.02 minutes) - Dell Inspiron 1545 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none credits = See installed "doc" directory license = WTFPL version 2 (see installed "doc" directory) tmpsize = 4M #--------------------------------------------------------------------- [depends] pygame python #--------------------------------------------------------------------- [build] cd sound unzip -o $PKGDIR_MASTER/special/altsound.zip cd .. BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DATADIR $DOCDIR mv AUTHORS $DOCDIR/authors.txt mv COPYING $DOCDIR/license.txt mv README $DOCDIR/readme.txt chmod 755 graphics monsterz.py sound cp -rp graphics monsterz.py sound $DATADIR/ cd $BINDIR cp -p $PKGDIR_SPECIAL/monsterz.wrapper.in monsterz chmod 755 monsterz chmod 755 $DATADIR/monsterz.py #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = http://sam.zoy.org/monsterz/ url_lfs = n/a url_tarball = http://sam.zoy.org/monsterz/monsterz-0.7.1.tar.gz #--------------------------------------------------------------------- [history] 211003 Updated from 0.7.0 to 0.7.1 #--------------------------------------------------------------------- [about] "monsterz" is an arcade-style puzzle game, similar to Bejeweled or Zookeeper. The goal of the game is to create rows of similar monsters, either horizontally or vertically. The only allowed move is the swap of two adjacent monsters, on the condition that it creates a row or column of at least three identical monsters. When alignments are created, the aligned monsters vanish, and pieces fall from the top of the screen to replace them. Chain reactions earn you bonus points. The game is mostly about luck, but it's still addictive. Three modes are available: * Classic - Play against the clock and clear a given number of each monster type to reach next level. * Puzzle - Clear lines of monsters to move pieces around and put to- gether the puzzle. * Training - Play against the clock in a never-ending level. You get to choose the timer difficulty and the number of monsters. Monsterz is completely free software, available under the terms of the WTFPL license.