15个Python游戏小项目
共 1247字,需浏览 3分钟
·
2020-11-17 02:18
今天在 YouTube 上看到了 Tim Ruscica 大神的视频:15 分钟内上手 15 个 Python 项目,这些项目都是关于游戏的,使用的是 pygame 库,可以让初学者很快上手,获得学习兴趣和成就感,是很好的入门教程,YouTube 上已经有 47.2 万位订阅者,推荐给大家:
如下(阅读原文可直接访问连接):
Hangman[1] 绘图程序[2] 海龟比赛[3] 帐户存储[4] 寻星之路[5] 高尔夫比赛[6] 黑杰克[7] 蛇游戏[8] 俄罗斯方块[9] 数独[10] 不和谐机器人[11] 在线国际象棋游戏[12] Kivy登录[13] 塔防游戏[14] 人脸识别[15]
参考资料
Hangman: https://github.com/techwithtim/Hangman
[2]绘图程序: https://github.com/techwithtim/Python-Drawing-Program
[3]海龟比赛: https://github.com/techwithtim/Turtle-Race
[4]帐户存储: https://github.com/techwithtim/Account-Storage
[5]寻星之路: https://github.com/techwithtim/A-Path-Finding-Visualization
[6]高尔夫比赛: https://github.com/techwithtim/Golf-Game
[7]黑杰克: https://github.com/techwithtim/Black-Jack
[8]蛇游戏: https://github.com/techwithtim/Snake-Game
[9]俄罗斯方块: https://github.com/techwithtim/Tetris-Game
[10]数独: https://github.com/techwithtim/Sudoku-GUI-Solver
[11]不和谐机器人: https://github.com/AlexFlipnote/discord_bot.py
[12]在线国际象棋游戏: https://github.com/techwithtim/Online-Chess-Game
[13]Kivy登录: https://github.com/techwithtim/Kivy-GUI-Example
[14]塔防游戏: https://github.com/techwithtim/Tower-Defense-Game
[15]人脸识别: https://github.com/techwithtim/Face-Recognition