Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个游戏,我希望有许多可以响应箭头键的图像图块。我应该使用 BufferedImage 来创建每个单独的图块吗?
参考:Java 游戏区难度
RobotChase是一款BufferedImage以这种方式使用的基于瓷砖的游戏。替代方案包括:
RobotChase
BufferedImage
Icon