From c379329859ff878636524de03f81d061a6b20f07 Mon Sep 17 00:00:00 2001 From: klaatu Date: Sat, 1 Apr 2017 16:06:07 +0100 Subject: python/cocos2d: Added (python game engine). Signed-off-by: David Spencer --- python/cocos2d/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/cocos2d/README (limited to 'python/cocos2d/README') diff --git a/python/cocos2d/README b/python/cocos2d/README new file mode 100644 index 000000000000..2fcecacd0284 --- /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) -- cgit v1.2.3