OS4 DepotLogo by Alessandro Bacchia 
(anonymous IP: 3.145.164.106,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Game » Puzzle » game.lha

Game

Description: A funny and beatiful Tetris Attack clone.
Download: game.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 2Mb
Date: 14 Aug 2006
Author: Ico Doornekamp, AmigaOS 4.0 port by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spot/triad se
Homepage: http://zevv.nl/code/game/
Requirements: AmigaOS 4.0
Category: game/puzzle
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 2009
 
Snapshots:
 
Comments: 1
Snapshots: 1
Videos: 0
Downloads: 286  (Current version)
286  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
G A M E 


A simple tetris-like game -  (C) Copyright 2006 Ico Doornekamp


USAGE
===========================================================================

The objective of the game is to keep the level of colored blocks down
as long as possible. New blocks are falling down at an increasing
rate, blocks can be removed by creating rows of three or more blocks
of the same color. The longer the row, the more points you get.

    space       - Flip two neighbour blocks. 

    arrow keys  - Move cursor

    h,j,k,l     - Move cursor (vi-fans)

    escape      - Quit game, no questions asked.

    s           - Starts the game. If a game is in progress, a new game
    will be started instantly.

    p           - Pause game. To avoid cheating, the game will be hidden
        during pause.

    e  - Generate earthquake. This can be used as a last resort in
    case of panic, and will remove approximately 30 blocks from 
    the field. It might help you. Then again, it might not.
    Can be used once per game and costs 50 points.




INSTALLATION
===========================================================================

Linux:

    Make sure the SDL, SDL_image and SDL_mixer runtime libraries are
    installed

    $ tar -zxvf game-<version>-linux.tgz
    $ cd game
    $ ./game

Windows:

    The windows version comes shipped as a installer program with all necessary
    DLL's included.

    - Run the setup program game-<version>-setup.exe
    - Start the game from the desktop icon or start menu

From source:

    Make sure the SDL, SDL_image and SDL_mixer libraries and development
    files are installed

    $ tar -zxvf game-<version>-src.tgz
    $ cd game
    $ make
    $ ./game


Sound effects shamelessly stolen from bzflag and frozen bubble.
Music from Desertplanet - Attack of the Mutant Mirages (November 4, 2003)



Copyright © 2004-2024 by Björn Hagström All Rights Reserved