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
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -54,22 +54,16 @@ Simply head to your terminal and type in `pip install cocos` or `sudo pip instal
54
54
55
55
The code is grouped in folders by their difficulty level. Here is how it's mostly layed out:
56
56
57
-
`root directory/
58
-
59
-
|
60
-
61
-
| readme
62
-
63
-
| --> difficulty/
64
-
57
+
root directory/
65
58
|
66
-
67
-
| --> assets/
68
-
69
59
| readme
70
60
71
-
| examples
72
-
`
61
+
| --> difficulty/
62
+
|
63
+
| --> assets/
64
+
| readme
65
+
| examples
66
+
73
67
74
68
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.
0 commit comments