I want to create a game where I want to have many image tiles which will respond to the arrow keys. Should I use BufferedImage to create every individual tile?
Refer to: Java Game Playing Area Difficulty
I want to create a game where I want to have many image tiles which will respond to the arrow keys. Should I use BufferedImage to create every individual tile?
Refer to: Java Game Playing Area Difficulty
RobotChase
is a tile-based game that uses BufferedImage
in this way. Alternatives include these: