I want to create a game in which I want to have many graphic plates that will respond to the arrow keys. Should I use BufferedImage to create each individual tile?
Refer to: Java Challenge
RobotChaseis a tile based game that uses BufferedImagethis way. Alternatives include the following:
RobotChase
BufferedImage
Icon