Jump to content

Search the Community

Showing results for tags 'cloud'.

  • 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 4 results

  1. Can you create HTML5 games using the Azure cloud platform, and what specific techniques can you learn in the AZ-204 online training to achieve this?
  2. I have recently decided to try PhaserJS. I have created a platform test. Demo: https://rawgit.com/jansensan/test-phaser-js-platformer/02-implement-cloud-platforms/src/index.html Repository: https://github.com/jansensan/test-phaser-js-platformer/tree/02-implement-cloud-platforms This seems to work well so far, however I can't seem to find documentation on how to make cloud platforms collision (a platform that the player can stand on, but can traverse from other directions). I am using Tiled as a map editor. I have created a tileset that represent the collisions. The empty tile is for pass through, the red tile os a full block and the blue tile represents cloud platforms. See a screenshot of the map editor below: How can I choose the type of collision I need per tile type or ID? I have looked into setCollisionByIndex, but the doc says it's an internal function. Also, it seems to target tile IDs on the map and not relative to what the tileset is. Could anyone provide any assistance? Thanks in advance!
  3. I'm building a web app that allows the user to build a mobile app from their creations. I'm looking for a cloud service that allows me to send a zip file (or something like that), build the app and return a ID to me. With this ID I could access some app properties and download the generated file, like AWS S3 API does. I search in google and don't find nothing like that. Please could someone help me with that? Detail 1: This don't need to use cordova. I just put it in the title because I don't know how to call this thing that I'm looking for. Detail 2: I found the Phonegap build API, but phonegap only allows 25 private apps in the paid plan. Thanks for all, Cheers
  4. Hey there! First let me introduce myself. My name is Fernando, I am a long time Flash game developer who is one of the maintainers of Flixel Community. I've being willing to try Phaser for a while, but I think my start with it will be in an unusual way. A few months ago I started working on a project called Codebot, an IDE focused on gamedev. Recently I shifted its development to make it available in the cloud, so Phaser became a perfect match for that endeavor. I am planning to add a project template related to Phaser, so anyone can easily open a new tab in the browser, create a project and have a Phaser game up and running in seconds. Combining it with the features I am adding to the IDE, such as drag and drop to upload files, in-IDE assets finder, custom build and in-browser testing, I think Codebot can help the Phaser community, easing the entrance barrier for newcomers especially. Since no configuration is required, it will be a lot easier to try Phaser, all in the browser. I would like your feedback on that. Do you think it is a good idea? Here is an image of the IDE at the moment (follow the development here):
×
×
  • Create New...