文件名称:breakout:Python和OpenGL中的突破性游戏引擎
文件大小:5.24MB
文件格式:ZIP
更新时间:2024-06-08 12:14:44
Python
爆发 在Python,OpenGL和实现的游戏引擎。 我已经录制了该游戏正在运行的视频。 你可以观看。 向下滚动以获取屏幕截图。 要求 Python 2.7或更高版本(不支持Python 3.x) Ubuntu Linux或Mac OS X(适用于任何最新版本) PyGame PyOpenGL的 libvorbis(OGG支持,默认情况下在Ubuntu Linux上安装) Enum34(Python 3.4枚举支持回溯到2.7) PyTest(运行自动化的单元测试) Ubuntu Linux安装程序 在Ubuntu 12.04上测试: sudo apt-get install python-pygame pip install -r requirements.txt Mac OS X安装程序 您需要正确安装和 。 在Mac OS X 10.10 Yosemite上进行
【文件预览】:
breakout-master
----.gitignore(705B)
----documentation()
--------VerticalIntersectionDiagram.graffle(26KB)
--------HorizontalIntersectionDiagram.graffle(26KB)
--------Documentation.pdf(444KB)
--------Documentation.pages(733KB)
----requirements.txt(43B)
----.travis.yml(254B)
----LICENSE(18KB)
----screenshots()
--------04.png(498KB)
--------02.png(479KB)
--------01.png(478KB)
--------05.png(549KB)
--------03.png(500KB)
----README.md(2KB)
----source()
--------run.sh(37B)
--------pytest.ini(32B)
--------test()
--------breakout()