{"id":14964046,"url":"https://github.com/jjppof/goldensun_html5","last_synced_at":"2026-01-03T04:12:21.528Z","repository":{"id":39817586,"uuid":"78283334","full_name":"jjppof/goldensun_html5","owner":"jjppof","description":"An online Golden Sun Engine entirely built in HTML5 with Phaser 2. Check https://gshtml5.org/","archived":false,"fork":false,"pushed_at":"2024-08-31T15:17:46.000Z","size":54495,"stargazers_count":169,"open_issues_count":67,"forks_count":39,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T00:43:23.816Z","etag":null,"topics":["game","game-2d","game-engine","golden-sun","gshtml5","hacktoberfest","phaserjs"],"latest_commit_sha":null,"homepage":"https://gshtml5.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjppof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-07T14:24:13.000Z","updated_at":"2024-10-11T21:49:22.000Z","dependencies_parsed_at":"2023-02-17T15:00:36.368Z","dependency_job_id":"5bd847cd-d227-41ae-82e4-beddf499871b","html_url":"https://github.com/jjppof/goldensun_html5","commit_stats":{"total_commits":2111,"total_committers":18,"mean_commits":"117.27777777777777","dds":0.5262908574135481,"last_synced_commit":"6861c9189219886c871d48a3d5a23e496d763c05"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjppof%2Fgoldensun_html5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjppof%2Fgoldensun_html5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjppof%2Fgoldensun_html5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjppof%2Fgoldensun_html5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjppof","download_url":"https://codeload.github.com/jjppof/goldensun_html5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","game-2d","game-engine","golden-sun","gshtml5","hacktoberfest","phaserjs"],"created_at":"2024-09-24T13:32:31.000Z","updated_at":"2026-01-03T04:12:21.522Z","avatar_url":"https://github.com/jjppof.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golden Sun Engine - HTML5\n\n![golden sun html5](assets/images/misc/logo.jpg?raw=true)\n\nAn **Golden Sun Engine** entirely built in HTML5 with [PhaserJS CE 2.19.0](http://phaser.io/).\n\n**See the [DEMO](https://jjppof.github.io/goldensun_html5/index).** Use Chromium-based browsers. Don't use Firefox.\n\n- With this project, **people should be able to make a GS-like game without any programming skills**.\n- **This repository is just the engine**. I'm not planning to do many maps, animations, items etc. Content here is just enough to show the functionalities.\n- This project does not aim to do exactly the same engine as GS, but very similar.\n- **WE NEED HELP!** Please feel free to reach out to me if you want to do so. Join our [**discord server**](https://discord.gg/fYFSxPMjmS).\n- If you found any bug, please create an [issue](https://github.com/jjppof/goldensun_html5/issues/new) for it.\n- Issues are not very well explained. Feel free to reach out to me for details about them.\n- Check the [wiki](https://github.com/jjppof/goldensun_html5/wiki) for database configuration, tutorials and project tech information.\n- This project deployment is a desktop application.\n- Check the [latest updates](https://github.com/jjppof/goldensun_html5/discussions/categories/updates).\n\n## Development environment\n\nGS-HTML5 supports both Javascript (legacy) and Typescript. We use [Webpack](https://webpack.js.org/) to build the bundle and serve the development environment.\n- I strongly recommend using [Visual Studio Code](https://code.visualstudio.com/download) to develop.\n- Install dev dependencies by running `npm install --legacy-peer-deps` in the root folder.\n- Use `npm start` to start the development server.\n- Check the [general guidelines](https://github.com/jjppof/goldensun_html5/wiki/Introduction-for-developers#some-coding-guidelines) in order to contribute.\n- Learn Phaser 2 by [examples](https://phaser.io/examples/v2) or by this [tutorial](https://phaser.io/tutorials/making-your-first-phaser-2-game). For reference, check their [API](https://photonstorm.github.io/phaser-ce/index.html).\n- Check our [API docs](https://gshtml5.org/docs/) for quick reference.\n\n## Utils\n\nSome useful tools that I use to manage the resources:\n- [Visual Studio Code](https://code.visualstudio.com/download) (for developing the game)\n- [Tiledmap Editor](https://www.mapeditor.org/)\n- [Golden Sun Editor](https://drive.google.com/file/d/1NafC8KpM1VJ21o6IqRg3WrpU4ur7NwbN/view?usp=sharing) (for game info and media)\n- [TexturePacker 4.6.1](https://www.codeandweb.com/texturepacker) (for creating spritesheets)\n  - [Free texture packer](http://free-tex-packer.com/) (free alternative for TexturePacker)\n  - [Sprite Sheet Packer](https://www.codeandweb.com/free-sprite-sheet-packer) (free alternative for TexturePacker)\n  \n#### Minor utils\n\n- [Shoebox](https://renderhjs.net/shoebox/) (for creating fonts)\n- [Paint.NET](https://www.getpaint.net/) (for images editing)\n- [XnConvert](https://www.xnview.com/en/xnconvert/) (for batch image convertion)\n- [Format Factory](http://www.pcfreetime.com/formatfactory/index.php) (for converting audio files)\n- [Audacity](https://www.audacityteam.org/) (for editing audio files)\n- [ScreenToGif](https://www.screentogif.com/) (for creating gifs and reporting bugs)\n\n## Credits\n- **http://www.goldensunhacking.net/** (This project would be impossible without these guys)\n- https://gamefaqs.gamespot.com/gba/561356-golden-sun-the-lost-age/faqs\n- http://www.goldensun-syndicate.net/sprites/\n- https://www.spriters-resource.com/game_boy_advance/gs/\n- https://www.spriters-resource.com/game_boy_advance/gs2/\n- Golden Sun is copyright 2001-2003 Nintendo / CAMELOT.\n\nAll Golden Sun games and their media are property of Camelot Software Planning Ltd., Nintendo and/or Nintendo of America Inc., and are protected by United States and international copyright, trademark, and other intellectual property laws.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjppof%2Fgoldensun_html5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjppof%2Fgoldensun_html5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjppof%2Fgoldensun_html5/lists"}