Bricks GLSL shader game UPBGE

Bricks is a GLSL shader based game.

To run this game you need UPBGE 0.1.8 or higher.


https://www.dropbox.com/s/kpu1lxah4w018hn/Briks.blend?dl=1

HG1

That is insane! You games keep getting better and better. Well done. :slight_smile:

If someone plays with mouse and find this game too easy, you can force platform to wigle a bit by changing line №190 in _BufferA.fs text datablock like this:

// move with mouse
paddlePos = (-1.0 + 2.0*iMouse.x/iResolution.x)*iResolution.x/iResolution.y+sin(iGlobalTime*3)/3;

for playng on keyboard change line №197 like this:

paddlePos += 0.02*inputSpeed*(moveRight - moveLeft+sin(iGlobalTime*3)/3);

this one looks pretty good.what if you had blocks on the back and
front.with no back ends for both.
And you can knock the ball out of bounds on either side.meaning you loose when it goes to either side.