umen Posted October 3, 2015 Share Posted October 3, 2015 Hello all I started to write tutorials blog about game development,especially exploring the options developer have when developing cross platform games using open source tools. for the first tutorial series i developed simple snake game which i plan to show how to implement it for the web,mobile and desktop. the framework i chose is Cocos2d-x. it is mature and professional and above all it is open source.and have great JS/Lua support. i will use JavaScript as my language for this. way ? Because it is easy and accessible. easy to learn for beginners. First part is for the web: Snake Game Using Cocos2d-x HTML5 - PART 1 Snake Game Using Cocos2d-x HTML5 - PART 2Snake Game Using Cocos2d-x HTML5 - PART 3Snake Game Using Cocos2d-x HTML5 - PART 4 To play the final game : Snake Game for the webThe source code: Snake Game source code Please note that this is the first draft , i will happy to get Feedback so i could iterate and improve.Thanks Quote Link to comment Share on other sites More sharing options...
jkohler Posted October 25, 2015 Share Posted October 25, 2015 thank you for sharing. i actually use cocos2d myself, this is helpful Quote Link to comment Share on other sites More sharing options...
umen Posted October 25, 2015 Author Share Posted October 25, 2015 Thanks , i like to continue to publish more tutorials Will love to get ideas Quote Link to comment Share on other sites More sharing options...
Narratell Posted October 26, 2015 Share Posted October 26, 2015 Thanks, love to have the knowledge and the source. Quote Link to comment Share on other sites More sharing options...
forkgame Posted November 19, 2015 Share Posted November 19, 2015 I also use cocos2d-html5. thanks for this tutorial. can you explain how to force the orientation in the mobile browser? so when user play with wrong orientation, it will give a warning. Quote Link to comment Share on other sites More sharing options...
umen Posted November 19, 2015 Author Share Posted November 19, 2015 Good question , but to worm the user , i think it involve the iOS api while it detected it will fire callback which you will catch in your code . i dont think it is implemented in cocos2d-x engine Quote Link to comment Share on other sites More sharing options...
forkgame Posted November 20, 2015 Share Posted November 20, 2015 Good question , but to worm the user , i think it involve the iOS api while it detected it will fire callback which you will catch in your code . i dont think it is implemented in cocos2d-x engine yes, I hope it will be implemented in near-future.this feature is really important if you want to get sponsorhip from html5 game. Quote Link to comment Share on other sites More sharing options...
umen Posted November 20, 2015 Author Share Posted November 20, 2015 Hey what does it mean "sponsorhip from html5 game" ??can you explain more Thanks! Quote Link to comment Share on other sites More sharing options...
Achilles Posted November 22, 2015 Share Posted November 22, 2015 This is awesome, I've been trying to learn multiple ways to create HTML5 games in the past. Do you have any plans of adding a multiplayer to this? Quote Link to comment Share on other sites More sharing options...
umen Posted November 23, 2015 Author Share Posted November 23, 2015 @AchillesThanks! In fact i do , using the node.js pomelo game server. Quote Link to comment Share on other sites More sharing options...
forkgame Posted November 23, 2015 Share Posted November 23, 2015 @umenthere is a subforum "sponsors and portal" in this forum, you will get much information there.I dont know if it's still relevant now, though. the posts there looks old. Quote Link to comment Share on other sites More sharing options...
WombatTurkey Posted November 23, 2015 Share Posted November 23, 2015 Great Work! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.