摘要: 写在前面 这是一个不到500行的,用python的pygame模块编写的flappybird小游戏。我在github上fork的一个... 阅读全文
posted @ 2020-11-24 23:36 XavierJ 阅读(167) 评论(0) 推荐(0)
摘要: 项目场景 我在github上fork了一个使用python编写的flappybird游戏,然后想着打包一下。 下载地址 http... 阅读全文
posted @ 2020-11-24 22:16 XavierJ 阅读(979) 评论(0) 推荐(0)
摘要: 问题描述 运行pipenv install报错: FileNotFoundError: [Errno 2] No such file... 阅读全文
posted @ 2020-11-24 21:37 XavierJ 阅读(643) 评论(0) 推荐(0)
摘要: 问题描述 matplotlib的标题默认是显示在图片上方的。有时候我们却需要标题显示在图片下方,比如做垂直翻转的时候: 解决方案 ... 阅读全文
posted @ 2020-11-24 12:30 XavierJ 阅读(2531) 评论(0) 推荐(0)