Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixelbox

Create 2D games in JavaScript, made easier · By Cedric Stoquer

How to export the game

A topic by Anigamer created Apr 26, 2020 Views: 601 Replies: 3
Viewing posts 1 to 3
(-1)

halp

click project > build archive

after that open you pixelbox folder project, search folder "distrib" you will see "build.zip"
that is the bundle of the game.
you can upload into itch.io or build into electron /nwjs

An additional note about electron build: 

It is possible to create an electron project of your game by clicking Project > Electron prebuild

This command will create an "electron" folder inside "distrib". In there, you'll find a readme file to guide you thru the Electron built itself (you'll have to `npm install` and `npm run build`).

If people also want a similar command for a NodeWebkit prebuild, please let me know ;)

nice