diff --git a/README.md b/README.md index ec9aca0708..70c6fdcb49 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,38 @@ $ adb install ../tests/cpp-empty-test/proj.android/bin/CppEmptyTest-debug.apk Then click item on Android device to run tests. Available value of `-p` is the API level, cocos2d-x supports from level 10. +Learning Resources +-------------------------------- + +* [Programmers Guide](http://cocos2d-x.org/programmersguide/) +* [Sonar Systems Videos](https://www.youtube.com/user/sonarsystemslimited/search?query=cocos2d-x) +* [Android Fundamentals](https://developer.android.com/guide/components/fundamentals.html) +* [Make School Tutorials](https://www.makeschool.com/tutorials/) +* [Games From Scratch](http://www.gamefromscratch.com/page/Cocos2d-x-CPP-Game-Programming-Tutorial-Series.aspx) +* [Cocos2d sample games](https://github.com/cocos2d/cocos2d-x-samples) + +Spreading the word! +-------------------------------- +You can help us spread the word about cocos2d-x! We would surely appreciate it! + +* Talk about us on Facebook! Our [Facebook Page](https://www.facebook.com/cocos2dx/) +* Tweet, Tweet! Our [Twitter](https://twitter.com/cocos2dx) +* Read our [Blog](http://blog.cocos2d-x.org/) and promote it on your social media. +* Become a [Regional Coordinator](http://discuss.cocos2d-x.org/t/we-need-regional-coordinators/24104) + +Where to get help +-------------------------------- + +* [Forums](http://discuss.cocos2d-x.org) +* [Bug Tracker](https://github.com/cocos2d/cocos2d-x/issues) +* IRC. We are in [Freenode](https://webchat.freenode.net/) in the _#cocos2d_ channel +* `cpp-tests` project. This project is our basis for testing. Use this project to +learn how we implement the functionality of the engine. This project is located in +__cocos2d-x_root/build.__ +* [API Reference](http://cocos2d-x.org/wiki/Reference). +* [Temporary Cocos2d-JS documents](http://cocos2d-x.org/docs/manual/framework/html5/en) +* [Latest Release Note](https://github.com/cocos2d/cocos2d-x/blob/v3/docs/RELEASE_NOTES.md) +* [Changelog](https://github.com/cocos2d/cocos2d-x/blob/v3/CHANGELOG) Contributing to the Project --------------------------------