只需一行Python代码即可玩20几款小游戏

Posted Python小二

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了只需一行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

小游戏的运行(启动)使用命令:python -m freegames.游戏名,下面通过示例具体看一下。

python -m freegames.snake

python -m freegames.pacman

python -m freegames.flappy

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-JQf84Noc-1653304382849)(https://files.mdnice.com/user/4201/6978795a-d0b0-468a-9dea-a26bd513b311.gif)]

python -m freegames.connect

python -m freegames.cannon

python -m freegames.memory

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-ceYzZkBS-1653304382852)(https://files.mdnice.com/user/4201/5345ac91-ee32-48f7-8710-f65186890ce7.gif)]

python -m freegames.pong

python -m freegames.simonsays

python -m freegames.tictactoe

python -m freegames.tiles

python -m freegames.tron

python -m freegames.life

python -m freegames.maze

python -m freegames.fidget

好了,这里就不一一列举了,有兴趣的小伙伴可以自己动手试试。

以上是关于只需一行Python代码即可玩20几款小游戏的主要内容,如果未能解决你的问题,请参考以下文章

只需一行Python代码即可玩20几款小游戏

WTF!只需一行Python代码即可玩20几款小游戏

WTF!只需一行Python代码即可玩20几款小游戏

一行 Python 代码写的游戏,我能这样玩一天~

What?! Python一行代码,能玩这么多童年的游戏?

一行Python代码,畅玩童年经典游戏~