You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ AVbin is a package that provides some audio and the video support for Cocos2D Py
41
41
Head to https://avbin.github.io/AVbin/Download.html to download the correct installer for your operating system.
42
42
43
43
###SDL
44
-
SDL is the framework that PyGame (another Python game library) relies on for audio support. Cocos uses it for it's audio as well.
44
+
SDL is the framework that PyGame (another Python game library) relies on for audio support. Cocos uses it for its audio as well.
45
45
46
46
Head over to https://www.libsdl.org/download-1.2.php to download the base SDL library and then to https://www.libsdl.org/projects/SDL_mixer/release-1.2.html to download the Mixer library from SDL (which was what we will be using for audio support in our games)
47
47
@@ -73,9 +73,11 @@ From here you should be ready to start reading through the samples and trying ou
73
73
74
74
It's important to note that `basics` does not mean Python basics! You should at least have a basic grasp on writing object oriented code before trying to jump into Cocos2D Python!
75
75
76
+
*_I highly recommend that you browse through the code and READMEs on GitHub, and only using the cloned repository to run the games_*
Cocos has also provided some pretty good basic documentation and video samples, but unforunately it stops there. You can check those out here http://python.cocos2d.org/doc/programming_guide/index.html
80
+
Cocos has also provided some pretty good basic documentation and video samples, but unfortunately it stops there. You can check those out here http://python.cocos2d.org/doc/programming_guide/index.html
79
81
80
82
81
83
I created this repository because I found the Cocos2D Python documentation to be extremely limited, especially in code samples, beyond the basic level. It is also relatively complex and hard to understand. I often found myself needing to look at the source code for explanations on how to use certain classes and features.
0 commit comments