摘 要
随着计算机技术的迅猛发展,相关的各行各业也获得了迅猛的发展,教育游戏行业也不例外,以其独有的魅力迅速在教育领域占据了一席之地,其凸显的教育价值将在教育领域有着巨大的发展空间。但纵观猜成语游戏,在成语方面的研究上相对来说较少。很多学者都希望能找到一种好的学习成语的方式,即可以让用户摆脱枯燥又可以提高学习效率。以培养他们学习成语的能力,提高成语的教学质量,真正做到在乐中学、玩中学,达到寓教于乐的效果。
本次设计主要做一个关于成语学习的猜成语游戏小程序。包括开发的坏境和实现流程,对数据库的操作和使用方法。学习者可以根据自身喜好选择相应的游戏模块进行游戏,管理员可以查询成语、添加成语、修改成语和删除成语来管理成语数据。该游戏小程序主要有二个特色:一个是用户可以自由设计成语游戏,即在该游戏小程序中,用户可以自行设计游戏,修改游戏,可以达到你来设计我来猜的效果。
本系统前端采用微信开发者工具进行开发,后端利用PHP的thinkPHP5框架以及MySQL数据库来实现。运行结果表明该小程序具有良好的稳定性和可扩展性,这对于方便用户玩游戏,提升游戏体验有着重要的意义。
[关键词]:游戏;猜成语;看图猜成语;PHP;MySql
Abstract
With the rapid development of computer technology, the related industries have also developed rapidly, and the educational game industry is no exception. With its unique charm, it has quickly occupied a place in the field of education. Its prominent educational value will have huge development space in the field of education. But throughout guess idiom game, in idiom aspect research is relatively few. Many scholars hope to find a good way to learn idioms, that is, to get students out of boredom and improve learning efficiency. In order to cultivate their ability to learn idioms, improve the teaching quality of idioms, truly achieve in the fun middle school, play middle school, to achieve the effect of education in fun.
This design mainly does a guessing game Mini Programs about idiom learning. Including the development of bad environment and implementation process, the operation and use of the database. Learners can choose the corresponding game module to play according to their own preferences, administrators can query idioms, add idioms, modify idioms and delete idioms to manage idiom data. The game Mini Programs has two main features: one is that users can freely design idiom games, that is, in the game Mini Programs, users can design their own games, modify the game, you can design the effect I guess.
The front end of the system is developed by WeChat developer tool, and the back end is realized by PHP thinkPHP5 framework and MySQL database. The results show that the Mini Programs has good stability and expansibility, which is of great significance to facilitate users to play games and improve the game experience.
[Key Words]:Game;Guessing idioms;Reading pictures and guessing idioms; PHP;MySql
目 录
摘 要
Abstract
1 绪论
1.1 研究背景
1.2 国内外研究现状
1.2.1 国内研究现状
1.2.2 国外研究现状
1.3 论文组织结构
2 相关技术
2.1微信小程序介绍
2.1.1微信介绍
2.1.2微信小程序简介
2.1.3微信小程序基本功能
2.2开发技术的介绍
2.2.1 PHP
2.2.2 JSON
2.2.3 XML
2.2.4 HTML
3 系统分析
3.1 需求分析
3.2 可行性研究
3.2.1 技术可行性
3.2.2 经济可行性
3.2.3 社会可行性
3.3 总体设计原则
4 系统设计
4.1 功能模块设计
4.1.1 总体功能模块设计
4.1.2 详细功能模块实现
4.2 数据库设计
4.2.1 概念设计
4.2.2 逻辑设计
5 系统实现
5.1 开始游戏功能模块的实现
5.1.1小程序游戏界面
5.1.2 提交结果的实现
5.2 设置功能模块的实现
5.2.1 背景音乐的实现
5.2.2 后台配置的实现
5.3帮助功能模块的实现
5.4退出模块的实现
6 系统测试
6.1 测试的定义及其重要性
6.1.1 测试的定义以及目的
6.1.2 测试的重要性
6.2 测试实例的研究与选择
6.3 测试结果
7 结论
参考文献
致 谢