我们首先先来选择开发环境,这里我们就以Eclipse为IDE,新建一个工程——Game2048 一.Score分数 既然是2048游戏,我们也就做一个简单的,他有一个分数,然后就是一个游戏的布局,我们也做一个简单的4*4的游戏,大概的设计图就是这样 1. 二.游戏类:GameView 因为我们的游戏所使用到的布局就是GridLayout,所以我们新建...
proguard-project.txt first commit 11年前 project.properties first commit 11年前 game2048 game2048 2048 game for android 简介 2048 game for android 暂无标签 Java GPL-3.0 保存更改 发行版 暂无发行版 贡献者(1) 全部 近期动态 10年多前删除了kitty分支...
packagecom.lgl.game2048;importandroid.content.Context;importandroid.widget.FrameLayout;importandroid.widget.TextView;publicclassCardViewextendsFrameLayout{// 卡片数量privateintnum=0;// 卡片文字privateTextView tv_num;publicCardView(Context context){super(context);// 初始化TextViewtv_num =newTextView(getCo...
packagecom.lgl.game2048;importandroid.content.Context;importandroid.widget.FrameLayout;importandroid.widget.TextView;publicclassCardViewextendsFrameLayout{// 卡片数量privateintnum=0;// 卡片文字privateTextView tv_num;publicCardView(Context context){super(context);// 初始化TextViewtv_num =newTextView(getCo...
2048FX This is another version of the game 2048, this time built using JavaFX, JavaFXPorts mobile plugin, Gluon Mobile and Charm Down to run on Desktop, Android and iOS platforms with the very same codebase. The game is based on a fork of the fully Java 8 version by Bruno Borges & ...
This multiplatform project has additional Android-specific project that is customized to have richer User experience on Android platform. The project is in thegame2048-androidsubfolder and can be opened and run using Android Studio. It consists of build configuration files, and it reuses common sour...
Game2048 本人Android小白,这个程序也是比较简陋,也没有经过完整测试,不喜勿喷。发到博客纯属为了保存资料。 接下来是布局代码xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"...
平台:Android 中文名:Pool Ball 2048 - 3D Merge Game 桌球2048游戏是一款主打以桌球为题材的2048游戏。击打桌球来合成,最终需要你成功合成出最后的目标,非常考验你的空间规划能力,你还在等什么呢,赶快来下载试试吧! 桌球2048手机版介绍 适合所有年龄段的轻松休闲的桌球3D 合并游戏。将一个球与其他同类球合并以达...
couplegame免费版是一款专为情侣设计的多人联机小游戏!couplegame免费版这款游戏集合了各种实用的小游戏,例如真心话大冒险等,给情侣们提供了丰富多样的互动方式,不仅可以多人组局,还可以在线联机畅玩,提升了亲密互动的乐趣,同时,游戏也能增添情侣之间的游戏氛围,为他们的关系增添了一份特别的趣味,喜欢这款游戏的玩家...
添加git配置信息 11年前 README.md 添加git配置信息 11年前 project.properties 初始化工程 11年前 README Apache-2.0 #game2048 简介 游戏2048的个性化版--android学习项目 暂无标签 Android Apache-2.0 保存更改 发行版 暂无发行版 贡献者(1) 全部