① 基於Android平台的手機游戲開發【計算機科學專業】【畢業設計+文獻綜述+開題報告】
好玩的游戲超多啊,每個時期吊炸天的游戲都不一樣,畢竟手游很快紅起來內,又很快容沒人玩了,每個人的口味都不一樣,比較實用的還是推薦給你這樣一個手游排行榜,這個是18183手游排行榜,裡麵包含2個大榜單,18183新游期待榜和18183熱門手游榜,親可以依據具體情況去選擇,這里每天都更新,現在最多人玩的游戲一看就知道了,選起來也方便,給你地址 http://top.18183.com/?=wd還有一個對應的,直接拿禮包,親可以看看http://ka.18183.com/list_game_2188.shtml
② 有關java開發游戲畢業設計的開題報告
首先介紹了手機游戲開發的背景、目的、意義和手機游戲開發的國內外現狀等,接著介紹了手機游戲的特徵、類型,以及手機游戲開發的基本原則等。
此外,還詳細介紹了手機游戲的開發語言Java和開發平台J2ME,講述了如何搭建J2ME平台,為讀者了解手機游戲開發和設計打下了一定的基礎,同時也講述了有關Eclipse和MIDP應用程序的一些知識。
接著在本文中介紹了手機游戲程序的結構、思想以及相關技術,主要是介紹了幾個主要的類:Canvas類和Graphics類,還有介紹了程序中的繪圖技術、混淆器的使用、模擬器的調試等。
最後本文介紹了手機游戲程序的代碼編寫和程序結構等,讓讀者對本文的手機游戲程序有了一個概括性的了解。
關鍵詞:J2ME,Java,Ecilpse,手機游戲,MIDP ABSTRACT
This article introces something about mobile telephone game.For example, the background and the objective and the meaning of it,and the developing status in in-country and out-country.And then introces the character and the style of telephone game and the basic principle of telephone game exploitation.
And then this article introces Java language and J2ME flat of telephone game exploitation, also narrate how to build J2ME flat. That would be propitious to reader to make a design.And this article also introces something about Eclipse and MIDP application in addition.
In succession,this article introces the configuration and idea and correlation technique of telephone games development.Mainly comes down to Canvas and Graphics,and plot technic in games,and how to use Obfuscator and how to debug simulator.
Finally,this article explains the code of telephone games and the program structure,readers will be understands the phone games in this article.
Keyword:J2ME,Java,Eclipse,telephone game,MIDP
目 錄
1.緒 言 5
1.1 手機游戲研究的背景 5
1.2 手機游戲研究的目的和意義 5
1.3 手機游戲的國內外現狀 6
1.4 手機游戲概述 7
1.4.1 手機游戲特徵 7
1.4.2 手機游戲的類型 8
1.4.3 手機游戲設計的基本原則 8
2.開發環境及相關技術的介紹 10
2.1 JAVA語言特點 10
2.2 J2ME概述 10
2.3 J2ME體系結構 11
2.4 關於ECLIPSE 13
2.5 J2ME開發環境的搭建 13
2.6 MIDP應用程序 14
2.7 JAVA APPLICATION MANAGER 14
3.程序結構、思想和相關技術 15
3.1 本程序需解決的有關技術問題 15
3.2 程序流程圖 15
3.3 繪圖與MIDP2.0新增的GAMECANVAS包 16
3.3.1 Canvas類 17
3.3.2 Graphics類 17
3.3.3 PNG格式 17
3.3.4 有關繪圖的一些技術 18
3.4 內存使用最佳化 18
3.5 混淆器(OBFUSCATOR)的使用 19
3.6 模擬器的調試 19
4.程序分析和編寫手機代碼 20
4.1 進入游戲前的選擇 20
4.2 主游戲邏輯及其涉及到的若干類 20
4.2.1 程序的菜單選項 20
4.2.2 游戲的設定 21
4.2.3 游戲的界面繪制 24
4.2.4 游戲中板的出現和小人位置的檢測 25
6.總結與展望 26
7.致 謝 27
參考文獻 28