¿Is a good choice this framework for my project?

Hi!
This is my first post, I´m a Html/php developer and I know JAVA.

I want to design a simple game as class project. It consist on a easy GUI of the game (with html5 if is posible better) and a conection to a mysql database.

When I finish with the GUI and mysql I want to create a board multiplayer turn-based game.
Can I use cocos2d-html for GUI and cocosx for board game?

Thanks!

Hi Joseba,
What does “Cocos2d-html5 for GUI and cocos2d-x for board game” mean?

Did you know JavaScript-binding? Here is the article about it: http://www.cocos2d-x.org/forums/20/topics/9696

Best Regards
David

Joseba Josebyte wrote:

Hi!
This is my first post, I´m a Html/php developer and I know JAVA.

You should first start by knowing Java and JavaScript are nothing alike. If you don’t know JS go to http://codecademy.com/ finish up the JS course (most people can learn enough JS in there in a couple of hours) and then return.

Hi Joseba

First of all, welcome to Cocos2d!
Cocos2d is really good for all games with 2d graphics (for now, the full 3d feature will be available in the future), and that’s exactly the case of a board game.
Therefore, you will have two main concerns, one for multiplayer, the other for database connection, I think you may have to develop these two function in your game by yourself. But for GUI of your game, Cocos2d is totally capable to achieve what you want!

Bests
Huabin