Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 17, 2012, 11:51:21 PM (13 years ago)
Author:
jo
Message:

Tetris on the way to get completed. I fixed some bugs concerning rotation, false brick placement on brick-brick collisions, clearing multiple rows and added a preview brick feature and a basic hud.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pCuts/src/modules/tetris/TetrisBrick.cc

    r9087 r9092  
    4949    @brief
    5050        Constructor. Registers and initializes the object.
     51    @ingroup Tetris
    5152    */
    5253    TetrisBrick::TetrisBrick(BaseObject* creator): ControllableEntity(creator)
     
    7172    { //Index 0 : single stone, 1 : 4 in a row; 2: 4-Block right shifted; 3: 'T' 4: 4-Block left shifted;
    7273      //Index 5 : 4-Block; 6 : 'L'; 7 : mirrored 'L';
    73         orxout()<< "TetrisBrick::createBrick" << endl;
    7474        if(this->shapeIndex_ == 0)
    7575            this->stonesPerBrick_ = 1;
Note: See TracChangeset for help on using the changeset viewer.