搜索资源列表
GreatRun
- 冒险游戏 基本的游戏功能实现了冒险游戏的功能,有俩关-Adventure game features the basic functions to achieve the adventure game, with two related
Android(5-13)
- 新版Android开发教程+笔记七--基础UI编程1.doc,新版Android开发教程+笔记十二--文件存取、数据库编程.doc-Development of a new version of Android tutorial+ Notes 7- basic UI programming 1.doc, a new version of Android development tutorial+ notes 12- file access, database programming. Doc
Android_report
- 研究调查android在中国的发展前景,行业状况,说明了android的基本知识,例举了android的手机游戏开发应用-Survey and Research android development prospects in China, industry conditions, indicating that the android' s basic knowledge, examples of the android mobile game development and appli
FiveChess
- Android五子棋小游戏例子,实现五子棋的基本功能。-Android backgammon game example, to achieve the basic functions of backgammon.
danmu
- 这是一个非常简单的弹幕游戏示例,采用触屏方式控制,不过基础算法是共通的,以此扩充为完整的弹幕应该不难,在Android2.2的真机环境中,可以跑到FPS60或以上。(况且,LGame本身就提供有AVG模块,天然适合做弹幕)-This is a very simple game barrage example, using the touch-screen control of, but the basic algorithm is common, as for the full barrage
Sudoku
- 数独游戏,参考android基础教程的数独游戏,新增过关检测,奖励和数据库记录用户最高分和提供注册入口-Sudoku games, reference android basic course sudoku, new pass inspection, rewards, and database records user high provides registration and entry
simEngin
- android 基本游戏框架 android 基本游戏框架-The basic Android game framework The basic Android game framework
AndroidGames
- 学习android游戏的基础源代码,包含有21个简单实用实例-Basic source code to learn android games, including 21 simple and practical example
android2.0-game
- android2.0游戏编程,主要讲述了解android环境,一些基本的android知识-Android2.0 game programming, basically tells about android environment, some basic knowledge of android
TankWar
- 这是一款android的坦克游戏源代码,基本功能都有的 -This is an android tank game source code, the basic functions have
BallGame
- android一个游戏开发的范例,为迷宫小球,可从中学习重力感应和基本的游戏原理-android game development example, the maze ball, you can learn the gravity sensing and basic game theory
BuildHouse
- android的一个游戏开发范例,建小房子游戏,里面包含了一个简单的游戏框架,可从中学习一个基本的游戏构成-android game development example, built a small house game, which contains a simple game framework, can learn from one of basic game
Beginning.Android.Games
- 《Android 游戏开发入门》提供一切您需要加Android的游戏开发成功的行列。你会开始与游戏设计基础和编程的基础,然后逐步实现建立自己的基本的游戏引擎和游戏可玩。这会给你一切你需要另辟蹊径,写自己的Android游戏。 -Beginning Android Games offers everything you need to join the ranks of successful Android game developers. You ll start with game desig
OnePieceGame
- 连连看小游戏,适合初学者,基本功能以实现,有不完善之处,请各位指正-Lianliankan game, suitable for beginners, basic functions, there are imperfections, please correct me
taiqiu
- android3D游戏OpenGL ES开发实例,台球游戏。 具体的功能如下: 欢迎动画界面 ,游戏运行后首先进入的界面。 菜单界面,用户可以在菜单界面进行菜单选择。 游戏的音效,游戏的过程中需要在适当的位置添加上音效,并且可以对音效进行开与关闭的设置 。 游戏帮助,本游戏需要添加帮助界面,简单介绍游戏的基本功能及玩法。 游戏关于,简单介绍该游戏的开发小组。 键盘操控,主要是完成玩家与游戏的交互。 练习模式和对战模式的开发,增加游戏玩法,玩家根据情况选择游戏模式
Crosswords
- 使用java开发的一个数独小游戏,基本实现了数独功能和自动提示功能,希望对android感兴趣的朋友们一块学习。-Using java to develop a Sudoku game, basic Sudoku features and automatic prompts, hope an android friends interested in learning.
8
- Android平板电脑开发实战详解和典型案例——光盘源码 此书出版时间:2013-02-01 从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。 第8章 2D图形渲染及多点触控 8.1 基本图形的绘制 8.1.1 基本知识 8.1.2 一个简单的案例 8.2 特殊线型 8.2.1 基本知识 8.2.2 一个简
KickFlyBug2
- 一款拍苍蝇的游戏,这个可以作为基本游戏的框架使用,用到了surfaceView等控件,但是目前界面美工方面还是不太好-A shot fly games, this can be used as the basic framework of the game, used the surfaceView control, but the interface art is still not very good
russianblocks
- 俄罗斯方块小游戏的Java源代码,俄罗斯方块的Java 实现,里面包括控制面板类、方格类、游戏控制主类等,方格类是组成块的基本元素,用自己的颜色来表示块的外观,俄罗斯方块游戏控制面板类,继承自JPanel.上边安放预显窗口、等级、得分、控制按钮,主要用来控制游戏进程。 游戏主类,继承自JFrame类,负责游戏的全局控制,内含: 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制
SlyButton
- android游戏源码- 淘气的按钮完整java源码,android平台的小游戏,点击小按钮将会得分,不断的积累分数。在安卓游戏里算是比较简单些基础游戏应用了,相信对android编程新手会很有用。Android淘气按钮游戏源码下载-android game source code- Naughty buttons complete java source code, android platform games, click on the little button will score, c