Sat.Sep 07, 2024

article thumbnail

Legend of the Wargod Early Access

Indie DB

Legend of the Wargod will be launching in Early Access on Steam in September.

86
article thumbnail

Possible to import file to / export file from inside HTML5 game?

Cocos

On the web, you cannot really read files from the player’s computer. The browser is a self-contained sandbox, it does not have the system context, only the browser context. While Cocos does not provide a file system for such cases, if you are working with only a web platform in mind, you can try to use Web APIs to access the browser file system → De File System Access API: vereenvoudigt de toegang tot lokale bestanden | Capabilities | Chrome for Developers.

Sandbox 52
article thumbnail

Extwee 2.2.4

Digital Ephemera

As with my last post on Snowman development , I’m trying to blog about my coding work more often. Today, I am wrapping some outstanding issues introduced as part of Extwee 2.2 in the new release of 2.2.4. When I was working on Extwee 2.2, I accidentally introduced an issue where the StoryData passage was required instead of recommended. Technically, the specification states the StoryData passage, along with some other names, have “special meaning” but are not required.

Code 40