My task is to make a 2D 8-bit game with a couple of friends. All of us are fairly novice programmers, and only I have any experience with graphics programming (just a little though), so this will mostly be a learning experience for us. So, I have a few questions...

  • What is a good graphics library for our needs?
  • Does Java have any native graphics capabilities or do I have to use additional libraries? If yes, how are they?
  • Is Java a good choice for writing a game in? (we don't have to use Java)
  • Will any graphics library allow you to make animations or any sort or do you actually have to code that kind of thing?

Thanks for your time.

link|improve this question

feedback

2 Answers

If you are not making serious game, try processing

http://processing.org/

althogh it's designed to make visual and interactive product, I think it is worth considering.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.