Skip to content

wichmann/BallChase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BallChase

Simple ball chase game developed in Python with Cocos2d.

License

BallChase is released under the GNU General Public License v2 or newer.

Requirements

BallChase runs under Python 2.7 (cpython and pypy) and Python 3.4. It requires pyglet and Cocos2d.

Known problems

BallChase has problems on some computers with Intel graphics chipsets, e.g. the Mobile Intel 4 Series Express Chipset Family. The error can be solved by changing one line in the pyglet library (pyglet/gl/lib.py, line 102):

  •    if error:
    
  •    if error and error != 1286:
    

With this change an OpenGL error (Invalid Framebuffer Operation) is simply ignored and the program works as expected.

Third party software

BallChase includes parts of or links with the following software packages and programs, so give the developers lots of thanks sometime!

About

Simple ball chase game developed in Python with Cocos2d

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages