毕业设计(论文)基于iOS的推箱子游戏的设计与实现.doc
文本预览下载声明
基于iOS的推箱子游戏的设计与实现
摘 要
当今社会电子游戏业正在蓬勃发展,尤其是在国内,国内的电子游戏业在政府的支持下正迅速发展,游戏业在我国产业中意义重大。在繁忙的生活中,适当的游戏可以放松身心,一些有教育意义的游戏还可以给我们意想不到的收获。
本文介绍了基于iOS的推箱子游戏,该游戏用Objective-C语言编写。本游戏共有4个模块,分别为游戏开始、游戏设置、关卡选择、推箱子模块、退出游戏功能模块。游戏开始模块:该模块有初始化游戏和让用户启动游戏的功能;游戏设置模块:该模块可以让用户对游戏进行个性化设置,让用户在玩该游戏时有更好的游戏体验;关卡选择模块:该模块实现了对游戏关卡的自由选择;推箱子模块:该模块是游戏的核心,实现了小人推箱子模块;退出游戏模块:该模块可以让游戏正常退出,并保存游戏资料。
通过对游戏的功能进行测试,测试结果证明该游戏拥有美观的界面、良好的游戏体验,给用户留下了很好的印象。
【关键词】iOS;推箱子游戏;设计;实现;Objective-C语言
The Design And Implementation Of Sokoban game based of iOS
Abstract
窗体顶端
Video 窗体顶端
Todays society electronic game industry is booming, especially in China, the domestic video game industry is developing rapidly in support of the Government, the game industry in China industry is significant. In a busy life, the right game can relax some educational games can also give us unexpected results. This article describes the iOS-based Sokoban games, the game is written in Objective-C language. The game has four modules, namely the game starts, game settings, level select, sokoban ,quit the game modules. Game Start Module: This module allows the user to initialize the game and start the game function; gameplay module: This module allows users to personalize the game, allow users to play the game have a better gaming experience; the level selection module:this module implements the freedom of choice of game levels; sokoban Module:This module is the core of the game, to achieve a villain Sokoban module;quit the game module: this module allows normal exit the game and save game data. Through games functional test, the test results show that the game has a beautiful interface, a good gaming experience to the user left a good impression.
[Key words]iOS; Sokoban game; design;accomplish;Objective-C language目 录
1 绪论 1
1.1 选题背景 1
1.2 课题研究现状 1
1.3 研究内容与组织结构 2
2 推箱子游戏需求分析 2
2.1 系统需求 2
2.2 性能需求 2
2.3 功能需求 3
2.4 开发软件平台及技术介绍 5
2.4.1 iOS简介 5
2.4.2 开发环境——Xcode 5
3 推箱子游戏的设计 6
3.1 游戏界面设计 6
3.2 游戏模块设计 7
3.2.1 游戏开始模块 7
3.2.2 游戏设置模块 7
3.2.3 关卡选择模块
显示全部