Goldensun_html5

screenshot of Goldensun_html5

An online Golden Sun Engine entirely built in HTML5 with Phaser 2. Check https://gshtml5.org/

Overview

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.

Features

  • HTML5 Engine: Built with PhaserJS CE 2.19.0 for seamless browser-based gaming experience.
  • User-Friendly: Allows users to create Golden Sun-like games without extensive programming knowledge.
  • Supports JavaScript and Typescript: Development in both legacy JavaScript and Typescript languages.
  • Development Environment: Utilizes Webpack for building bundles and serving the development environment.
  • Resource Management Tools: Recommends tools like Visual Studio Code, Tiledmap Editor, and various sprite sheet creation utilities for efficient game development.
  • Community Support: Encourages collaboration through Discord server and guidelines for contributions.

Summary

typescript
Typescript

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
Webpack

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.