Skip to content

Commit 7dcda9d

Browse files
committed
updated readme
1 parent eb31e72 commit 7dcda9d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,27 @@ Simply head to your terminal and type in `pip install cocos` or `sudo pip instal
5050

5151
----------------------------------------------------------------------------
5252

53+
### Tutorial Structure
54+
55+
The code is grouped in folders by their difficulty level. Here is how it's mostly layed out:
56+
57+
`root directory/
58+
59+
|
60+
61+
| readme
62+
63+
| --> difficulty/
64+
65+
|
66+
67+
| --> assets/
68+
69+
| readme
70+
71+
| examples
72+
`
73+
5374
From here you should be read to start reading through the samples and trying out the concepts yourself. I group the the code by difficulty level, so I recommend starting in the `basics` folder and working your way up.
5475

5576
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!
@@ -58,5 +79,6 @@ It's important to note that `basics` does not mean Python basics! You should at
5879

5980
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
6081

82+
6183
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.
6284
If I had tried to teach myself Cocos half a year ago, when I was just getting familiar with basic-intermediate concepts in Python, I would have been hopelessly confused. These guides are aimed towards people in that level.

0 commit comments

Comments
 (0)