I飞机大战小游戏的设计与开发摘要 《飞机大战》是一款使用 J2EE 来开发的纵版射击类游戏。我们以计算机为工具,在 Java 平台上借助 Eclipse 软件开发设计,最后让游戏拥有良好的背景与音乐,和独特的纯鼠标控制界面,玩家可以通过移动鼠标,来完成游戏的操作。游戏含有三个关卡,每一个关卡都有独特的实力强劲的 boss 和独特的敌机出场方式,玩家们在享受游戏的同时需要利用系统给予玩家的一切资源击败每一个 boss,才能完成游戏。在设计中,我们借助了 JFrame 类构建我们的窗体,利用面板容器类 JPanel 嵌入窗体中,完成我们窗体界面的搭建,借助 music 类来完成我们背景音乐的嵌入,实现 mouseListener 接口来完善鼠标的监控,利用 ArrayList 集合来存放敌机。关键字 计算机 J2EE 飞机大战游戏 Java 平台 EclipseThe design and development of the small game of airplane battleABSTRACT The Airplane Battle is a vertical version shooting game developed with J2EE. With the help of eclipse software on the Java platform, we use computer as a tool to design this mini game. At last, this game has a good background and music, as well as a unique pure mouse control interface. The player complete the game by moving the mouse. We make the game into three levels, each level has a unique powerful boss and the special mode of the enemy’s exiting. Players need to use all resources what the system have given, and defeat each boss, in order to complete the gameIn the design, we built our form with JFrame class, embedded our form interface with JPanel, embedded our background music with music class, implemented mouselistener interface to improve mouse monitoring, and saved the enemy’s plane with ArrayList.KEY WORDS Computer J2EE aircraft war game Java platform eclipse目 录引 言.............................................................................11 相关技术..........................................................................31.1 开发工具 .....