|
NAMEcuyo - Tetris-like game with many suprisesSYNOPSIScuyo [-d] [-f] [-g widthxheight] [-h] [-?] [--version versions] [ld-file]cuyo -? DESCRIPTIONUse A, D, W and S or the arrow keys to move left, move right, turn and drop the falling piece. Try to put blobs of the same color together. (You don't need to form rows or columns. Any shape will do.) When enough blobs of the same color are connected, they explode. (What "enough" means depends on the level.) Try to make explosions next to the the grass (or whatever there is in the level instead of the grass). Then, it will explode, too. The level is finished when no grass is left.In some levels, you will need a chain reaction to get rid of the grass-equivalent. And many other things may happen in other levels. In two-player-mode, each time one player causes an explosion, the other one gets grey things (which explode when something else explodes next to them). If one player builds a too big tower, the other player may get one of his rows. OPTIONS
If you're trying to design own levels, you can pass the name of your .ld file (level description file) to test the level. If you do that, this will be the only available level. CREATING NEW LEVELSThe main work is to draw all those little icons. Then you have to create a level description file which tells cuyo how to put everything together. There is an example level with many comments. Its description file is example.ld. (It should be part of the cuyo distribution and probably lies in the same directory as the other cuyo level description files.) It is rather outdated but may still be a good starting point.Other Sources of information are:
SEE ALSOcual(6)BUGSThe level description language is still under development.In the preferences dialog, some keys are not displayed correctly. The AI Player is not very intelligent. In particular, it doesn't understand most of the special features of the levels, and so, it sometimes behaves very silly. See the TODO file for other bugs. AUTHORSMainly Immanuel Halupczok <cuyo@karimmi.de>.Other contributors to the source code: Bernhard R. Link, Mark Weyer, Bernhard Seckinger. Other contributors of levels: Daniela Lipps, Simon Huggenberger.
Visit the GSP FreeBSD Man Page Interface. |