Posts by Murilo • 31 points
2 posts
-
2
votes4
answers2018
viewsQ: How to use a class-specific thread with multiple threads?
I’m with a class called Ball where I have a thread that makes some balls move in phase 1 of a game. It is possible for me to implement in this same class another thread make the balls move…
-
1
votes1
answer286
viewsQ: How to detect collisions using Slick2d?
I would like to know how I can detect collisions between objects using Slick,have some useful example? I’m making a simple little game where 2 squares are moving on the screen and if the character…