CN107688459A - 一种Android平台的水果找茬游戏设计与实现 - Google Patents

一种Android平台的水果找茬游戏设计与实现 Download PDF

Info

Publication number
CN107688459A
CN107688459A CN201610632115.1A CN201610632115A CN107688459A CN 107688459 A CN107688459 A CN 107688459A CN 201610632115 A CN201610632115 A CN 201610632115A CN 107688459 A CN107688459 A CN 107688459A
Authority
CN
China
Prior art keywords
game
fruit
outpost
tax office
fault
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610632115.1A
Other languages
English (en)
Inventor
余漫游
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changsha Dry Network Technology Co Ltd
Original Assignee
Changsha Dry Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changsha Dry Network Technology Co Ltd filed Critical Changsha Dry Network Technology Co Ltd
Priority to CN201610632115.1A priority Critical patent/CN107688459A/zh
Publication of CN107688459A publication Critical patent/CN107688459A/zh
Pending legal-status Critical Current

Links

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明针对传统找茬类游戏,在Android应用开发平台下设计与实现水果找茬游戏,该游戏有两种游戏玩法的创新模式即“关卡”和“竞速”两种游戏模式;同时在游戏基本功能需求设计的基础上,还为游戏设计了“放大镜”和“时间”道具的使用以及金币和分数四种游戏元素;并且使用LibGDX游戏开发框架实现图形渲染和系统的逻辑处理,具有良好的人机交互体验。

Description

一种Android平台的水果找茬游戏设计与实现
技术领域
本发明是一种LibGDX技术领域,涉及Android平台技术。
背景技术
随着移动互联网时代的不断发展进步,智能手机成为了人们关注的热点话题;特别是搭载Android系统的智能手机拥有量成指数的增长趋势,人们对于在智能手机上的娱乐需求也越来越大,而找茬类游戏作为休闲趣味性一类游戏不仅有着广泛用户群体,更具有一定的市场空间;因为其占手机资源小和操作简单性等特点,在手机游戏中具有较强的市场竞争一力。
发明内容
水果找茬开发相关技术:
找茬类的游戏是一种经典的休闲益智类游戏,使用多组参照图片作为游戏目标,在原图上加入多处微弱的不同点供玩家进行找茬,那么玩家需要在限定的时间内以最快的速度找出出两张图片中的不同处方能过关;基于Android平台开发的《水果找茬》游戏需求的技术如下:
1. Android:Android是基于Linux平台的开源智能手机操作系统,它采用软件堆层(Software Stack,又名软件叠层)的架构,主要分为三部分;底层以Linux内核工作为基础,由C语言开发,只提供基本功能;中间层包括函数库Library和虚拟机Virtual Machine ,由C++开发;最上层是各种应用软件,包括通话程序,短信程序等,应用软件则由各公司自行开发,以Java作为编写程序的一部分;
2.LibGDX框架:LibGDX游戏开发框架一般包括Input , Audio , Files , Graph-ics, Math , Physics、这些主要模块,基于LigGDX实现Android游戏的开发,基本上是对框架里对这些模块类实例的引用,它们是实现游戏各种功能不可少的功能模块;其分别对应了LibG-DX中的输入模块、音频模块、音频操作,文件模块,图像模块,数学计算模块、物理引擎模块,分别用于处理应用程序基本信息、图像、音视频、文件和用户输入;除此之外,LibGDX框架中还包含有2D/3D游戏组件Scenes和LibGDX内置工具类Utils。
水果找茬游戏设计:
1.游戏模式设计:本次设计的水果找茬Android手机游戏以水果作为主题,在传统的找茬挑战模式基础上衍生出关卡挑战和时间挑战,即“关卡”和“竞速”两种游戏模式;同时在游戏基本功能需求设计的基础上,还为游戏设计了“放大镜”和“时间”道具的使用以及金币和分数四种游戏元素;
游戏关卡模式是基于每张图片创建10处细微不同点,每次游戏都会在10处不同点中随机抽取5处不同点进行分布显示;一共有25个关卡,唯一的过关条件即在规定时间内找寻5处不同点即可通关,否则当局游戏失败;胜利通关将解锁下一关继续游戏;
针对传统模式提出了创新玩法:在竞速模式中撇弃了关卡的晋级模式,基于传统的找茬游戏规则,采用时间比赛机制,玩家在相对较长的限定时间内对所有找茬图片连续进行W面的找茬,图片显示基于随机原则;竞速模式在游戏的过程中根据找茬的速度和准确率进行相应的分数累积,最终分数累积最高者为竞速模式的冠军,最高分数会一直显示直到被下一个挑战者破纪录为止;
2.游戏功能设计:依据游戏模式设计,通过主页可进入“关卡”或“竞速”游戏模式,游戏界面之间主要通过LibGDX控制实现跳转;并且在游戏中可以使用“放大镜”、 “时间”道具,通过游戏可以赚取一定的金币,使用金币能够购买游戏道具; 其中“关卡”模式流程如下:
(1)关卡选择:关卡选择是进入关卡游戏的必经路径;
(2)关卡游戏:实现关卡游戏的主功能,在该游戏界面中进行图片找茬;
(3)暂停:可以暂停游戏,并进入游戏道具商城;
暂停进入道具商城可以进行如下行为:
①“放大镜”购买:进行“放大镜”道具的购买,每个50金币;
②“时间”购买:进行“时间”道具的购买,每个100金币;
③退出游戏:如果想退出当前游戏状态,则通过暂停界面退出游戏按钮退回到关卡选择界面或者开始界面;
④继续游戏:点击继续游戏按钮,将继续暂停之前的游戏状态;
(4)胜利:胜利界面是关卡游戏过关的状态数据显示;
胜利模块功能用例分别如下:
①显示金币奖励:关卡过关后所得分数奖励显示;
②显示分数奖励:关卡过关后所得金币奖励显示;
③显示“生活小贴士”:关卡过关后显示的水果相关常识;
④下一关:点击“下一关”按钮,将继续下一关卡游戏;
⑤分享:点击“分享”按钮,将本游戏信息进行好友分享;
(5)使用“放大镜”道具:功能为在个数不为0的情况下通过“放大镜”道具完成一次图片不同点找茬,初始为5个;
(6)使用“时间”道具:功能为在个数不为0的情况下通过“时间”道具让时间新停30秒,初始为5个;
3.游戏功能用例设计:
1)游戏开始界面:游戏所有系统功能集中于开始界面,主要包括游戏模式入口、积分排行获取、背景音乐控制、关于游戏、微信连接等;
2)关卡模式:关卡模式主要包含关卡选择、关卡游戏,关卡游戏中玩家可以使用“放大镜”和“时间”道具,查看当前游戏状态信息,暂停游戏等,关卡过关后会产生胜利界面;
3)竞速模式:竞速模式主要实现竞速游戏,在游戏中玩家可以使用“放大镜”和怕寸间”道具,查看当前游戏状态信息,新停游戏等,竞速游戏结束后会产生记录界面显示游戏得分信息。
《水果找茬》游戏实现:
1.基于LibGDX框架实现:本游戏系统是基于LibGDX游戏开发框架实现,LibGDX控制着整个游戏系统的逻辑运行;在LibGDX游戏开发框架中支持Game-Screen模式,即只有一个Game , Application作为整个Game的入口,在Application上有多个Game的场景Screen,每次总有一个场景是显示在最顶端;而每个场景相当于一个小舞台,在这舞台上有属于自己的元素集,这些元素都有自己的业务模型;而整个游戏系统架构是基于MVC的设计模式,由于MVC采用了分层模块化结构,即View , Model和Controller层,对应视图层,逻辑控制层和业务模型层;
根据MVC结构分别实现了界面功能类,业务处理类,逻辑控制类;其中界面功能类主要实现模块是游戏UI部分,分别有LogoScreen类、StartScreen类、LevelSelectScreen类、Level-GameScreen类和TimeGameScreen类;业务处理类作为Model层封装了游戏的逻辑处理,主要包括了游戏屏幕显示及切换,游戏按钮,游戏数据管理,游戏刚体碰撞特效处理,以及对游戏音效播放处理等等;而游戏的逻辑控制主要交给LibGDX游戏开发框架提供的Screen,InputProcessor等接口实现,Screen是基于LibGDX开发框架界面显示要实现的接口方法,通过实现同一个Screen接口使得多个界面模块之间相互协同工作,同时多个Screen之间主要通过setScreen来切换;而InputProcessor接口是用于接收从键盘和触摸屏的输入事件,为此必须进行方法注册Gdx.input.setInputProcessor(InputProcessor);
2.实现界面:
1)开始界面作为游戏功能页面,承接了Logo界面的切换,通过Screen接口中的setScreen方法实现;主要功能包括“水果找茬”背景图片和log;图片的渲染,游戏音效的开与关设置,游戏开发信息显示,调取积分排行榜,切换到微信接口,显示游戏通过的关卡数,游戏模式入口等;
2)关卡模式中总共有25个关卡,关卡的晋级是从最低的1关卡开始逐层通关解锁,已解锁的关卡可以进行重复游戏;游戏有记录当前关卡功能,方便玩家下次进入游戏直接从上次关卡点开始通关游戏,另外在游戏中可以借助“放大镜”和“时间”道具的帮助,如果道具用完需暂停游戏进入道具商城分别使用游戏中奖励的金币进行购买,游戏每一关胜利会显示当前积分,并且在胜利界面会显示“生活小贴士”,主要目的在于在游戏过程当中提升玩家的生活常识;游戏画面效果方面,游戏中加入了时间条绘制,并实现时间条倒计时,游戏在错误点找茬中加入了错误点画圈效果,声音方面加入了游戏背景音乐和找茬时正确与错误音效,对于玩家来说是一个很不错的体验;
3)竞速游戏模块与关卡游戏不同之处在于竞速模式是以时间赛跑模式进行游戏,游戏规定在300秒的时间内看谁能获得积分高;但是在竞速游戏模式中并不产生金币,因此在竞速模式中不能购买“放大镜”和“时间”道具,每局玩家都是同等的各5个“放大镜”和“时间”道具;在300秒时间结束之后则产生当局游戏分数,如果当局游戏得分高于之前游戏记录最高分,则记录刷新,否则挑战失败。

Claims (3)

1.一种Android平台的水果找茬游戏设计与实现,其特征在于:本次设计的水果找茬Android手机游戏以水果作为主题,在传统的找茬挑战模式基础上衍生出关卡挑战和时间挑战,即“关卡”和“竞速”两种游戏模式;通过LibGDX实现界面和系统的逻辑处理。
2.根据权利要求1所述的方法,其特征在于,水果找茬游戏设计包括:游戏模式设计、游戏功能设计和游戏功能用例设计;设计出“关卡”和“竞速”两种游戏模式,同时设计了“放大镜”和“时间”道具的使用以及金币和分数四种游戏元素。
3.根据权利要求1所述的方法,其特征在于,水果找茬游戏实现是基于LibGDX框架实现, 游戏功能界面,承接了Logo界面的切换,Screen接口中的setScreen方法实现。
CN201610632115.1A 2016-08-04 2016-08-04 一种Android平台的水果找茬游戏设计与实现 Pending CN107688459A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610632115.1A CN107688459A (zh) 2016-08-04 2016-08-04 一种Android平台的水果找茬游戏设计与实现

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610632115.1A CN107688459A (zh) 2016-08-04 2016-08-04 一种Android平台的水果找茬游戏设计与实现

Publications (1)

Publication Number Publication Date
CN107688459A true CN107688459A (zh) 2018-02-13

Family

ID=61150938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610632115.1A Pending CN107688459A (zh) 2016-08-04 2016-08-04 一种Android平台的水果找茬游戏设计与实现

Country Status (1)

Country Link
CN (1) CN107688459A (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113398588A (zh) * 2021-07-07 2021-09-17 网易(杭州)网络有限公司 一种游戏交互的方法和装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113398588A (zh) * 2021-07-07 2021-09-17 网易(杭州)网络有限公司 一种游戏交互的方法和装置

Similar Documents

Publication Publication Date Title
Jungherr et al. The extended reach of game engine companies: How companies like epic games and Unity technologies provide platforms for extended reality applications and the metaverse
Van Rijmenam Step into the Metaverse: How the immersive internet will unlock a trillion-dollar social economy
Wong Film festivals: Culture, people, and power on the global screen
Rogerson et al. Cooperating to compete: The mutuality of cooperation and competition in boardgame play
Jiang et al. Games with a continuum: Globalization, regionalization, and the nation-state in the development of China’s online game industry
Lindley The semiotics of time structure in ludic space as a foundation for analysis and design
Grimes et al. Rationalizing play: A critical theory of digital gaming
Kerr The business and culture of digital games: Gamework and gameplay
Crawford Is it in the game? Reconsidering play spaces, game definitions, theming, and sports videogames
Zarzycki Epic video games: Narrative spaces and engaged lives
Bódi Videogames and agency
Wang Hong Kong popular culture
Lehtonen et al. Mobile games and player communities: Designing for and with clans
Kerdvibulvech Geo‐Based Mixed Reality Gaming Market Analysis
Callus et al. Michezo Video: Nairobi’s gamers and the developers who are promoting local content
Mukherjee Videogames in the Indian Subcontinent: Development, culture (s) and Representations
Sullivan et al. The design of Mismanor: creating a playable quest-based story game
Raad et al. The Metaverse: Applications, Concerns, Technical Challenges, Future Directions and Recommendations
Allal-Chérif et al. Sustainable esports entrepreneurs in emerging countries: Audacity, resourcefulness, innovation, transmission, and resilience in adversity
Parker Boutique indie: Annapurna interactive and contemporary independent game development
Kirkpatrick Early Games Production, Gamer Subjectivation and the Containment of the Ludic Imagination 1
CN107688459A (zh) 一种Android平台的水果找茬游戏设计与实现
Clarke Dragon's Lair and the Fantasy of Interactivity
Ozalp Heterogeneous Development Paths to Growth and Innovation: The Evolution of the Video Game Industry across Four Hubs
Roinioti Caught in the war against gambling: A critical analysis of law history and policy making in video games in Greece

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20180213

WD01 Invention patent application deemed withdrawn after publication