Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: replikant on April 17, 2016, 02:29:10 PM

Title: Tetris with playmaker? [SOLVED]
Post by: replikant on April 17, 2016, 02:29:10 PM
hello

I keep failing making tetris with paymaker. I fail at the point when the stones need to be removed and the row moving down.

The thought making tetris with playmaker seems to be easy in the beginning, but then it doesn't work.

I made the setup with box-collision and rigidbody.
I also dont know how to link each individual square, which makes one classic tetris stone. I dont think linking is a good option.

can anybody help or make a simple setup to demonstrate ? thanks
Title: Re: Tetris with playmaker?
Post by: Zeldag on April 17, 2016, 04:55:37 PM
Hi,

Im a bit of a noob so tetris is actually a bit more than I can explain (or even try to put together myself).

But I have done a quick search and have a few useful links for you:

Primarily this one: http://hutonggames.com/playmakerforum/index.php?topic=5807.0

It actually has a sample tetris package attached that you can download.

Then:

http://hutonggames.com/playmakerforum/index.php?topic=6091.0 (edit to add: actually this one should probably be seen first, as it gives a good intro to the discussion in the first link i suggested)

This one asks about removing the lines as well and has an answer.

And then:

http://hutonggames.com/playmakerforum/index.php?topic=6284.0

http://hutonggames.com/playmakerforum/index.php?topic=6655.0

Good luck with it, I hope this helps...
Title: Re: Tetris with playmaker? SOLVED
Post by: replikant on April 17, 2016, 11:32:48 PM
ok thanks, I need to check out ArrayMaker. I havent used it yet.