An online Golden Sun Engine entirely built in HTML5 with Phaser 2. Check https://gshtml5.org/
The Golden Sun Engine is an HTML5 project developed using PhaserJS CE 2.19.0 that aims to provide a platform for users to create games reminiscent of the Golden Sun series without the need for advanced programming skills. The repository contains the engine's core functionalities, allowing users to focus on game development aspects rather than the underlying engine.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.