Games e-Learning Portal
Last updated
Last updated
You don't need to have portal code to work on creating DTML games. To learn how to start with game development, please refer to "Getting Started with Game Development" section.
Game shell for educational games hosted on dtml.org is open sourced and available on GitHub: https://github.com/seattleuser/DTML.GamesShell.
GamesShell is not deployed as part of DTML project and designed to be lightweight UI. It is written in ReactJS which is an open-source JavaScript library for building user interfaces. To start clone git repository:
Once you have code, download required packages by using npm
You can run game portal locally by using npm start command
Game portal call flow is documented on the diagram below and requires two API calls to DTML API to load localization and games settings