Skip to main content

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

1.44mb limit

A topic by bark4mark created Jul 14, 2018 Views: 456 Replies: 4
Viewing posts 1 to 3
(+1)

I have 2 questions,

Is it okay for me write the game in Java? The game itself would be under 1.44mb but the runtime will need to be present to run and wouldn't fit on a floppy.

Could I write the game in JS, you would require a browser to run the game... again a browser wouldn't fit on a floppy.

Thank you :)

Host(+1)

Yes to both of the questions.

(+1)

So only the MyGame.jar's size will count and not the other sizes, right?

Host(+1)

Your .jar file as well as any outside resources (such as icons, photos, music, etc. if they aren't included in the jar file) counts towards the size. Everything counts towards the size besides the actual Java runtime.

Submitted

In that case I have the perfect idea for this Jam.
By using JerboaTTS, a small javascript (21kb) engine I made, I'll have more than enough space for the game itself.