python games
1.0.0
收集一些初学者Python游戏项目
git clone https://github.com/g-paras/python-games.git
cd python-gamespip install -r requirements.txtpython3 playgame.py
在此存储库中总共有5个游戏,它们都是初学者杠杆,它将帮助您练习python的基础知识,例如loops , if-else , function , recursion , list comprehension , random module , time module等。
tinge :用于在控制台中打印彩色文本pyfiglet :对于Ascii-ArtPyInquirer :交互式命令行接口 Package Version
-------------- ---------
pip 21.0.1
prompt-toolkit 1.0.14
pyfiglet 0.8.post1
Pygments 2.9.0
PyInquirer 1.0.3
regex 2021.4.4
setuptools 56.0.0
six 1.16.0
tinge 0.0.2
wcwidth 0.2.5
wheel 0.36.2