Getting Started with Game Development
Thank you for your interest in developing games for DTML platform. You can view list of existing games here: https://games.dtml.org/games
While any game development or mobile framework can be used to build games for DTML platform, currently all games are build either by using Phaser or Construct frameworks.
What is Phaser?
Phaser is an HTML5 game framework which aims to help developers make powerful, cross-browser HTML5 games really quickly. It was created specifically to harness the benefits of modern browsers, both desktop and mobile. The only browser requirement is the support of the canvas tag. You can learn more about Phaser framework here: https://phaser.io/tutorials/making-your-first-phaser-3-game
Please refer to Developing Games in Phaser section for code installation instructions.
What is Construct?
Construct 3 is interactive environment to create games without writing much code. Over 40,000 users monthly make & sell thousands of games globally. It is good for beginners, there are no complicated languages to learn - use the Event Sheet View to build anything you can think of, faster than you thought possible. Read more about Construct here: https://www.construct.net/new
Last updated