panel-attack / panel-game

Panel Attack is a free modern puzzle game inspired by popular games such as Tetris Attack and Pokemon Puzzle League while still maintaining authentic mechanics. Arrange colored panels in rows and columns of three or more to match matches that clear. Panels then fall from gravity and can make chains that give bonuses or attack the other player.
Other
0 stars 2 forks source link

Option for garbage blocks based on player position #141

Open MizunoKetsuban opened 2 years ago

MizunoKetsuban commented 2 years ago

For the Tetris Attack and PLDS type skins. Somewhat similar to the portrait2 system.

In 1p VS and 1p Training, the garbage block would use the P2 variant (so red, in terms of TA visuals)

Endaris commented 2 years ago

Not as easy to add like this for 1p vs self because it makes the game send from player 1 to player 1, meaning a generic setting to have player 1 use one color and player 2 use the other is not going to cut it. I can imagine this happening for 2p vs and training but doing this for 1p modes might require injections of graphics related code into parts of the engine where we really don't appreciate to have them.

Related discussion: https://discord.com/channels/196674532491132937/854285957347147778/987482247185707008

MizunoKetsuban commented 2 years ago

I can understand not changing the color of the block in the 1p modes. It's the least important part of that to me anyway, I simply suggested it to see if it was possible. The other part is ultimately more important anyway.