Search the Community
Showing results for tags 'javacript'.
-
Hi everyone, I'm new here. I have a lot of open source projects on my GitHub, including games that uses ML and GA as their mechanic. To be a 100% honest, none of them made me any kind of money. I did not developed them for the money, but sure it would keep me motivated to publish new projects. Anyway, I'm abou to finish a Tower Defense game that I plan to release soon, but with this one I'll try to make some money. What would you say is the best whey to monetize a HTML5 games? I tought about embedding it on a executable and try to sell for a few bucks on itch.io and android. What do you think? https://www.youtube.com/watch?v=gg4oYA9ToZs
- 1 reply
-
- tower defense
- strategy
-
(and 2 more)
Tagged with:
-
I made an endless runner game using panda2 and it is working perfectly , now i want to add a leaderboard but when i searched in panda2 documentation i did not know how can i make it , can anyone help me please ?!
-
Hi, I am looking for Cocos CS developer to develop a games like Fruit Master, Fruit Ninja. If someone has same game in html5 in Cocos code base, I am ready to buy it Let me know
- 1 reply
-
- cocos2d
- cocos creator
-
(and 1 more)
Tagged with:
-
Hi, I have problem with getting height of text. Here is a example: text.style.wordWrapWidth = width; var height = text.height; Height is not correct value! After some time when i print in console "text.height" I get correct value! Is there a way to force text transform ?