Search the Community
Showing results for tags 'vanilla'.
-
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:
-
Hello, here I created game but I have a problem with a function. When did the party begin to have a message that says "Go!" and I would like it to change when the player reaches 100 points. My last try script that absolutely does not work. function textChange() { updateScore(); if (player.score == 100) { updateText("Good!"); } } Thanks all
- 3 replies
-
- javascript
- vanilla
-
(and 1 more)
Tagged with: