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.