只需一行Python代码即可玩20几款小游戏
今天分享一个有趣的 github 项目:https://github.com/kingser/free-python-games
,通过该项目,我们只需一行代码即可玩 20 几款小游戏,下面具体来看一下。
安装
首先,我们进行安装,安装很简单,只需一行命令即可:pip install freegames
。
使用
安装完成之后,我们使用命令:python -m freegames list
查看一下可玩的游戏列表,如下所示:
ant
bagels
bounce
cannon
connect
crypto
fidget
flappy
guess
life
madlibs
maze
memory
minesweeper
pacman
paint
pong
simonsays
snake
tictactoe
tiles
tron
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
小游戏的运行(启动)使用命令:python -m freegames.游戏名
,下面通过示例具体看一下。
python -m freegames.snake
- 1
python -m freegames.pacman
- 1
python -m freegames.flappy
- 1
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-JQf84Noc-1653304382849)(https://files.mdnice.com/user/4201/6978795a-d0b0-468a-9dea-a26bd513b311.gif)]
python -m freegames.connect
- 1
python -m freegames.cannon
- 1
python -m freegames.memory
- 1
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-ceYzZkBS-1653304382852)(https://files.mdnice.com/user/4201/5345ac91-ee32-48f7-8710-f65186890ce7.gif)]
python -m freegames.pong
- 1
python -m freegames.simonsays
- 1
python -m freegames.tictactoe
- 1
python -m freegames.tiles
- 1
python -m freegames.tron
- 1
python -m freegames.life
- 1
python -m freegames.maze
- 1
python -m freegames.fidget
- 1
好了,这里就不一一列举了,有兴趣的小伙伴可以自己动手试试。
文章来源: ityard.blog.csdn.net,作者:Python小二,版权归原作者所有,如需转载,请联系作者。
原文链接:ityard.blog.csdn.net/article/details/124933024
- 点赞
- 收藏
- 关注作者
评论(0)