Skip to main content

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

Library

A topic by n3x7plorer created Jul 19, 2018 Views: 311 Replies: 5
Viewing posts 1 to 2

The sound library for the engine I'm using is over 20MB. Will it count in size or not?

Host

Yes it will, unless it's Java's built in sound library.
Just make sure that the zip file you submit has less than 1.44 MB worth of files when uncompressed.

I'm using Processing (It's Java based) and the Sound library is from there so does it count as built-in or not?

Host

I don't know much about Processing (Also, isn't it Javascript based?) but all that matters is that the files in the zip commission are smaller than 1.44MB after being uncompressed.

Submitted
Deleted 6 years ago
Submitted (3 edits)

Seems like Processing lets you select modes (basically what language it gets converted to). There are many related projects that add different modes (like p5.js for Javascript).

Submitted (1 edit)

Get it to export to a JAR (probably has the Media inside) or HTML+JS+Media. That's what needs to take, at most, 1.44MB.
I couldn't export the project on Linux so I can't help further.