Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Building the repo.

A topic by Kibadachi created Feb 11, 2022 Views: 291 Replies: 1
Viewing posts 1 to 2
(+1)

When building the repo locally after setting up everything properly I get a message that the flash browser is no longer supported due to Flash being disabled as of last year. Is there any documentation that can help me build this locally properly?

Developer

This code is probably too old to be compiled with newer versions of Haxe, although mentions of Flash are weird anyway. Just in case: you need to build for html, so your command should be "openfl test html5" or something like that. I'll try to check it when I have time.