summaryrefslogtreecommitdiff
path: root/games/monsterz
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-02-15Improve scorefile handling.wiz4-8/+121
Add patches for two problems with python-2.5/64-bit. Convert to user-destdir. Bump PKGREVISION.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-01-13Update to 0.7.1:wiz2-7/+6
Removed scary language from the title screen.
2006-12-18Bump PKGREVISION for python interpreter fix (thanks, Matthias!).wiz1-1/+2
2006-12-18add a PYTHON_PATCH_SCRIPTS to make it choose the right pythondrochner1-1/+3
2006-12-17Grab maintainership.wiz1-2/+2
2006-12-17Initial import of monsterz-0.7.0:wiz5-0/+70
Monsterz is a little puzzle game, similar to the famous 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 of three or more. When alignments are cleared, pieces fall from the top of the screen to fill the board again. Chain reactions earn you even more points. This game is mostly about luck, but it remains highly addictive. You have been warned.