北京理工大学珠海学院 2020 届本科生毕业设计基于 Python 的数独游戏系统的设计与研究北京理工大学珠海学院 2020 届本科生毕业设计基于 Python 的数独游戏系统的研究与设计摘要当今世界,人们的精神需要越来越多,各种益智类游戏资源大量出现,受到大众的广泛喜爱。其中数独游戏大受欢迎,主要原因是它不需要丰富的知识,能被初学者迅速接受。数独不但有趣,并且能够锻炼游戏者的推理与逻辑能力,很多教育者都一致认为数独是对大脑开发的绝佳形式。本文是以 python 为基础,利用回溯法实现数独的破解,以 python 相关的游戏开发框架实现游戏界面的显示,以及其它相关语法实现数独库的生成,得到一个基于 python 的数独游戏系统。关键词:数独游戏 回溯法 python 北京理工大学珠海学院 2020 届本科生毕业设计Research and design of Sudoku game system based on PythonAbstractIn today's world, with the growing spiritual needs of the people, a variety of puzzle game resources have appeared in large numbers and are widely loved by the public. One of the most popular Sudoku games is that it does not require extensive knowledge and can be quickly accepted by beginners. Sudoku is not only fun, but also can train the reasoning and logical skills of the players. Many educators believe that Sudoku is a great way to train your mind. This article is based on python, using the backtracking method to achieve sudoku cracking, using python-related game development framework to display the game interface, and other related grammars to achieve the sudoku library generation, to obtain a python-based sudoku game system.Keywords: Sudoku game Backtracking Python 北京理工大学珠海学院 2020 届本科生毕业设计目录1 前言..............................................................................................................................................................11.1 本设计的目的和意义.........................................................................................................