I need to develop a small game in java. I thought to do it using awt/swings.
Is there any interface or package that simplifies or provides gaming interface in java?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recommend PlayN:
It comes with a lot of useful stuff focused on gaming, like animations, sound layer, game loop and so on. It is good for you even if you don’t want to go to mobile or browsers (in my opinion, you should, but it’s up to you).