基于Android平台的数独游戏的设计毕业设计论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
数独(Sudoku)是一种运用纸、笔进行演算的数学智力游戏。玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、每一个小九宫内的数字均含1~ 9,而且不重复。每一道合格的数独谜题都有且仅有唯一答案,推理方法也以此为基础,任何无解或多解的题目都是不合格的。
随着搭载Android系统的智能手机在中国的普及,不论何时,不论何地,在智能手机端玩数独游戏成为一种方便快捷的新需求。数独游戏出现错误时,必须回退一步或几步并擦除已经填入的大部分数字,在智能手机上玩数独游戏可以随时修改单元格中的数字。数独游戏规则需要根据已有数字进行推理判断,不仅具有很强的趣味性,而且能锻炼我们的逻辑思维能力。
本课题研究设计一款运行在Android 平台的数独游戏软件。该课题主要使用Java语言开发,运行于Android操作系统,实现了数独游戏的基本功能。
关键词:数独;Android;手机游戏;Java
ABSTRACT
Sudoku is a math puzzle game played with paper and pen. Players need to be filled 9 × 9 disk with known figures, reasoning other figure out, and meet each row, each column, each small nine intrauterine figures 1 to 9 inclusive, and not repeat. Every qualified Sudoku puzzles only have one unique answer, but also as a basis for reasoning method, no solution or any solution questions are unqualified.
With Android powered smart phones popular in China, no matter when, no matter where, palying sudoku game in the smart phone become a convenient new demands. Sudoku error occurs, or the steps you must take a step back and erase the figures already filled. on the smartphone sudoku can be modified in a cell number. Sudoku rules need to be based on the existing number of reasoning judgment, not only has a strong interest, but also to exercise our ability to think logically.
This study is designed a Sudoku game software to run on the Android platform. Using Java language and runs on the Android operating system, to achieve the basic functions of Sudoku.
Sudoku is a math puzzle game played with paper and pen.
According to the filled 9 × 9 disk with known figures, players need to reason out other figures, which must meet each row, each column, each small nine intrauterine figures 1 to 9 inclusive, and not repeat. Every qualified Sudoku puzzle has and only has one unique answer. As a basis for reasoning method, no solution or any other solution questions are unqualified.
With the rapid popularization of android powered smart phones in China, no matter when or where, palying sudoku game in the smart phone becomes a new fashion. When Sudoku error occurs, you must take a step back and delete the figures already filled. Playing Sudoku game on the smart phone, you can conveniently modify the numbers. Sudoku rules must base on the existing number of reasoning judgment, which not only have a strong interest, but also exercise our logical thinking ability.
This paper has designed a Sudoku game with Java language running on the android platform, which has achieved the basic functions of the Sudoku game.
Keywords: Sudoku; Android; mobile games; Java