Skip to content

Commit b1480c3

Browse files
committed
Merge pull request cocos2d#14587 from cocos2d/slackmoehrle-patch-1
added learning, spreading the word, where to get help
2 parents 936ff93 + 558c4cf commit b1480c3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,38 @@ $ adb install ../tests/cpp-empty-test/proj.android/bin/CppEmptyTest-debug.apk
259259

260260
Then click item on Android device to run tests. Available value of `-p` is the API level, cocos2d-x supports from level 10.
261261

262+
Learning Resources
263+
--------------------------------
264+
265+
* [Programmers Guide](http://cocos2d-x.org/programmersguide/)
266+
* [Sonar Systems Videos](https://www.youtube.com/user/sonarsystemslimited/search?query=cocos2d-x)
267+
* [Android Fundamentals](https://developer.android.com/guide/components/fundamentals.html)
268+
* [Make School Tutorials](https://www.makeschool.com/tutorials/)
269+
* [Games From Scratch](http://www.gamefromscratch.com/page/Cocos2d-x-CPP-Game-Programming-Tutorial-Series.aspx)
270+
* [Cocos2d sample games](https://github.com/cocos2d/cocos2d-x-samples)
271+
272+
Spreading the word!
273+
--------------------------------
274+
You can help us spread the word about cocos2d-x! We would surely appreciate it!
275+
276+
* Talk about us on Facebook! Our [Facebook Page](https://www.facebook.com/cocos2dx/)
277+
* Tweet, Tweet! Our [Twitter](https://twitter.com/cocos2dx)
278+
* Read our [Blog](http://blog.cocos2d-x.org/) and promote it on your social media.
279+
* Become a [Regional Coordinator](http://discuss.cocos2d-x.org/t/we-need-regional-coordinators/24104)
280+
281+
Where to get help
282+
--------------------------------
283+
284+
* [Forums](http://discuss.cocos2d-x.org)
285+
* [Bug Tracker](https://github.com/cocos2d/cocos2d-x/issues)
286+
* IRC. We are in [Freenode](https://webchat.freenode.net/) in the _#cocos2d_ channel
287+
* `cpp-tests` project. This project is our basis for testing. Use this project to
288+
learn how we implement the functionality of the engine. This project is located in
289+
__cocos2d-x_root/build.__
290+
* [API Reference](http://cocos2d-x.org/wiki/Reference).
291+
* [Temporary Cocos2d-JS documents](http://cocos2d-x.org/docs/manual/framework/html5/en)
292+
* [Latest Release Note](https://github.com/cocos2d/cocos2d-x/blob/v3/docs/RELEASE_NOTES.md)
293+
* [Changelog](https://github.com/cocos2d/cocos2d-x/blob/v3/CHANGELOG)
262294

263295
Contributing to the Project
264296
--------------------------------

0 commit comments

Comments
 (0)