Trioncube question.

Thread in 'Other games' started by cdsboy, 2 Jun 2007.

  1. cdsboy

    cdsboy Unregistered

    I am trying to learn how to program java. For my first game i have chosen to program a trioncube clone. However, i do not own the game and don't really have the extra money to buy it. They do how a flash demo which is really great. The site says there are 5 differnt blocks, but the demo only has 3 of them. Does anyone have the game that could describe the other 2 blocks?
     
  2. Sorry, it's one of the few DS puzzle games I don't own.
     
  3. At a guess:


    Code:
    .X
    XX
    
    XXX
    
    .X.
    X.X
    
    ..X
    XX.
    
    X..
    .XX
     
  4. cdsboy

    cdsboy Unregistered

    ya that was my initial thought too. I guess i'll just go with that.
     

Share This Page