搜索资源列表
planeFire
- 适合于J2ME游戏开发的初学者,该源码实现了一个简单的飞机射击游戏,完全使用的是Canvas类来实现的,对于想了解该类的方法的人很有帮助。
CanvasDrawTest
- 用J2ME实现的手机画布编程(游戏例程之一),对初学手机游戏开发的应该有些帮助,对住书敲进去的,可以运行-with the handset canvas programming (one game routines), when a cell phone game development should be of some assistance to live on into the knockout, run
SimpleCustomMenu
- 结合CANVAS菜单的J2ME游戏程序,完整的菜单,完整的游戏 我勒个日-Combination of J2ME games CANVAS menu, full menu, complete game one day I Le
KickingButtWithMIDPandMSA
- J2ME开发的最新经典教程,包含了对于MIDP和MSA的框架介绍,并且对界面,图形,画布,游戏,3D,蓝牙,安全通信,数据记录,文件读写等各个方面进行了详细介绍,书中链接中包含有全部的示例代码-The development of the latest classic J2ME tutorial, including MIDP and MSA for the introduction of the framework, and on the interface, graphics, canvas
SuperTank
- J2ME手机游戏源码 整个游戏有八个类组成: 主类:TankMIDlet 敌人坦克:Enemy 图片池:EnemyPool 画布:Canvas 游戏画布:TankCanvas 1. 道具:Bonus 2. 声音播放:SoundPlayer 3. 记录坐标:Point 4. 子弹:Bullet 5. 玩家坦克:Hero -J2ME mobile phone game
sword
- 角色扮演游戏 游戏画布swordcanvas类 构造函数-Role-playing games on canvas swordcanvas class constructor
Demo
- j2me中 组件编写 用于游戏开发中 在canvas中模拟高级界面菜单-j2me game development in the components used in the preparation of the canvas to simulate the advanced interface menu
KickKick
- 在android中实现打地鼠游戏,便于理解activity、canvas等概念-a game realized in android
Menu
- 游戏界面 开发。菜单模拟。低级界面Canvas 在游戏开发中的应用。以及 游戏框架 练习。-The game interface development. Menu analog. Low-level interface Canvas in game development. Practice and game framework.
Tuixiangzi
- android 的一个传统的推箱子游戏,主要是实现了触控和canvas,bitmap,path的使用-android is a traditional Sokoban game is to achieve a touch and canvas, bitmap, path use
russianblocks
- 俄罗斯方块小游戏的Java源代码,俄罗斯方块的Java 实现,里面包括控制面板类、方格类、游戏控制主类等,方格类是组成块的基本元素,用自己的颜色来表示块的外观,俄罗斯方块游戏控制面板类,继承自JPanel.上边安放预显窗口、等级、得分、控制按钮,主要用来控制游戏进程。 游戏主类,继承自JFrame类,负责游戏的全局控制,内含: 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制