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 1 forks source link

touch-controls branch - use love.touch to support multitouch for local 2p, and allow raise and swap inputs simultaneously #258

Open jon12156 opened 2 years ago

jon12156 commented 2 years ago

until we actually make use of love.touch instead of love.mouse I don't think it will be practical to play 2p local with just touch-controls. I believe love.touch will support multi-touch where love.mouse does not. Perhaps we manually specify P2 in local vs will be using controller until this is done. I think we will still only ever support a single touch per stack. multi-touch would however also let us press raise and swap panels at the same time, which IS supported by the network protocol I put together.

Endaris commented 2 years ago

Raising and swapping shouldn't work at the same time as that doesn't work with controller either, even though the network protocol allows sending them together, it's an engine limitation and I don't think touch should be allowed to ignore that one.