@@ -10,7 +10,7 @@ cocos2d-x
10
10
11
11
12
12
[ cocos2d-x] [ 1 ] is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
13
- It is based on [ cocos2d-iphone ] [ 2 ] , but instead of using Objective-C, it uses C++.
13
+ It is based on __ cocos2d-iphone __ , but instead of using Objective-C, it uses C++.
14
14
It works on iOS, Android, macOS, Windows and Linux.
15
15
16
16
** Cocos2d-x Framework Architecture** :
@@ -47,9 +47,9 @@ Download stable versions
47
47
48
48
Documentations and samples
49
49
-------------
50
- * [ All Docs in a single place!] ( http://cocos2d-x.org/docs / )
51
- * [ Online API Reference] ( http://cocos2d-x.org/docs /api-ref/index.html ) _ Note that Cocos2d-x and Cocos Creator have different API set_
52
- * [ Programmers Guide] ( http ://cocos2d-x.org/docs/programmers-guide/2/index.html )
50
+ * [ All Docs in a single place!] ( http://docs. cocos2d-x.org/ )
51
+ * [ Online API Reference] ( http://docs. cocos2d-x.org/api-ref/index.html ) _ Note that Cocos2d-x and Cocos Creator have different API set_
52
+ * [ Programmers Guide] ( https ://docs. cocos2d-x.org/cocos2d-x/v4/en/basic_concepts/ )
53
53
* [ Latest Release Note] ( https://github.com/cocos2d/cocos2d-x/blob/v4/docs/RELEASE_NOTES.md )
54
54
* [ Changelog] ( https://github.com/cocos2d/cocos2d-x/blob/v4/CHANGELOG )
55
55
@@ -156,11 +156,10 @@ For Android, the Android Studio project file lies in `PROJECT_DIR/proj.android`.
156
156
Learning Resources
157
157
--------------------------------
158
158
159
- * [ Programmers Guide] ( http://cocos2d-x.org/docs/programmers-guide/2/index.html )
160
- * [ Sonar Systems Videos] ( https://www.youtube.com/user/sonarsystemslimited/search?query=cocos2d-x )
159
+ * [ Programmers Guide] ( https://docs.cocos2d-x.org/cocos2d-x/v4/en/basic_concepts/ )
161
160
* [ Android Fundamentals] ( https://developer.android.com/guide/components/fundamentals.html )
162
- * [ Make School Tutorials] ( https://www.makeschool.com/tutorials/ )
163
161
* [ Games From Scratch] ( http://www.gamefromscratch.com/page/Cocos2d-x-CPP-Game-Programming-Tutorial-Series.aspx )
162
+ * [ Make School Tutorials] ( https://github.com/MakeSchool?utf8=✓&q=cocos2d&type=&language= )
164
163
165
164
Spreading the word!
166
165
--------------------------------
@@ -169,18 +168,17 @@ You can help us spread the word about cocos2d-x! We would surely appreciate it!
169
168
* Talk about us on Facebook! Our [ Facebook Page] ( https://www.facebook.com/cocos2dx/ )
170
169
* Tweet, Tweet! Our [ Twitter] ( https://twitter.com/cocos2dx )
171
170
* Read our [ Blog] ( http://blog.cocos2d-x.org/ ) and promote it on your social media.
172
- * Become a [ Regional Coordinator] ( http://discuss.cocos2d-x.org/t/we-need-regional-coordinators/24104 )
173
171
174
172
Where to get help
175
173
--------------------------------
176
174
177
175
* [ English Forums] ( http://discuss.cocos2d-x.org )
178
176
* [ 中文社区] ( http://forum.cocos.com/c/cocos2d-x )
179
177
* [ Bug Tracker] ( https://github.com/cocos2d/cocos2d-x/issues )
180
- * [ API Reference] ( http://cocos2d-x.org/docs /api-ref/index.html ) .
178
+ * [ API Reference] ( http://docs. cocos2d-x.org/api-ref/index.html ) .
181
179
* [ Latest Release Note] ( https://github.com/cocos2d/cocos2d-x/blob/v4/docs/RELEASE_NOTES.md )
182
180
* [ Changelog] ( https://github.com/cocos2d/cocos2d-x/blob/v4/CHANGELOG )
183
- * IRC. We are in [ Freenode ] ( https://webchat.freenode.net/ ) in the _ #cocos2d _ channel
181
+ * [ Discord Channel ] ( https://discord.gg/pVqab4K )
184
182
* ` cpp-tests ` project. This project is our basis for testing. Use this project to
185
183
learn how we implement the functionality of the engine. This project is located in
186
184
__ cocos2d-x_root/build.__
@@ -202,8 +200,6 @@ Contact us
202
200
* Weibo: [ http://t.sina.com.cn/cocos2dx ] [ 11 ]
203
201
204
202
[ 1 ] : http://www.cocos2d-x.org " cocos2d-x "
205
- [ 2 ] : http://www.cocos2d-iphone.org " cocos2d for iPhone "
206
- [ 3 ] : http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Download
207
203
[ 4 ] : http://www.cocos2d-x.org/download/version#Cocos2d-x
208
204
[ 5 ] : http://www.box2d.org " Box2D "
209
205
[ 6 ] : http://www.chipmunk-physics.net " Chipmunk2D "
0 commit comments