var fDesc=new Array(); fDesc[0] = "Brick Attack is an addictive puzzle game developed by XDGames.
The objective is to match three or more same colored balls or bricks to make them disappear from the screen. To do so you have to shoot the bricks from the four sides into the grid and make them find a matching brick. If you make them match they are cleared from the grid and you receive a point for every matching brick.
By right-clicking on the walls they will move to give you other chances to score.
The game ends when no other move is possible. The idea is very simple to understand, but once you start playing you will see that it really demands strategy and reasoning before shooting.
You can choose four difficulty levels to play, easy, medium, hard or custom. And you can also select different skins as well as bricks designs.
The graphics are rather basic, but very bright and colourful. The music is really cool, you will be listening to midi versions of well-known rock and pop songs of the 80's and 90's.
The game can be downloaded from the developers' website and used for ten days, after that, the game should be registered to continue playing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }