playMaker

Author Topic: Tetris with playmaker? [SOLVED]  (Read 2127 times)

replikant

  • Playmaker Newbie
  • *
  • Posts: 42
Tetris with playmaker? [SOLVED]
« 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
« Last Edit: April 17, 2016, 11:33:28 PM by replikant »

Zeldag

  • Full Member
  • ***
  • Posts: 198
Re: Tetris with playmaker?
« Reply #1 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...
« Last Edit: April 17, 2016, 05:00:18 PM by Zeldag »

replikant

  • Playmaker Newbie
  • *
  • Posts: 42
Re: Tetris with playmaker? SOLVED
« Reply #2 on: April 17, 2016, 11:32:48 PM »
ok thanks, I need to check out ArrayMaker. I havent used it yet.