Jump to content

Search the Community

Showing results for tags 'vanilla'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. 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
  2. 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
×
×
  • Create New...