diff options
author | klaatu <klaatu@member.fsf.org> | 2017-04-01 16:06:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:41 +0700 |
commit | c379329859ff878636524de03f81d061a6b20f07 (patch) | |
tree | b45a214d551beeb5c1f832e420130c1c4068647c /python/cocos2d/README | |
parent | e2fa83f9692d6d52515caca003323813c7360281 (diff) |
python/cocos2d: Added (python game engine).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/cocos2d/README')
-rw-r--r-- | python/cocos2d/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/cocos2d/README b/python/cocos2d/README new file mode 100644 index 0000000000000..2fcecacd02841 --- /dev/null +++ b/python/cocos2d/README @@ -0,0 +1,11 @@ +cocos2d is a framework for building 2D games, demos, +and other graphical/interactive applications. + +It works on Windows, OS X and Linux and it is meant +to be used by applications written in Python 2.x or 3.x + + +Recommended Optional Dependencies + +numpy (for particles) +avbin (for sound and video) |