Hi,
I am currently trying to code my first game with LibGDX.
Starting from nothing I wanted to code a "pong" which should be the "hello world" of the games !
Getting inspiration from Cloneybird example, I have now a working basis where the ball hits the walls.
I want now to implement the paddles.
It is quite easy to draw them but to make them alive I need users interaction.
My idea is to use the lgInputProcessor
But I would like to have two players.
My question is : is it possible to have 2*lgInputProcessor or only one but with multi touch features ?
Thanks
I am currently trying to code my first game with LibGDX.
Starting from nothing I wanted to code a "pong" which should be the "hello world" of the games !
Getting inspiration from Cloneybird example, I have now a working basis where the ball hits the walls.
I want now to implement the paddles.
It is quite easy to draw them but to make them alive I need users interaction.
My idea is to use the lgInputProcessor
But I would like to have two players.
My question is : is it possible to have 2*lgInputProcessor or only one but with multi touch features ?
Thanks