logoalt Hacker News

degurechaffyesterday at 8:59 PM2 repliesview on HN

the requirement is too vague. whats the OS? are common dll (assuming windows) like msvcrt included in the 1.44 MB size or not? .Net runtime also usually installed, will it count too?


Replies

hybrasianyesterday at 10:41 PM

From the article:

> All files required to run each game must fit within 1.44MB. Entries must be standalone games that run without a separate server or internet connection, and the size limit includes every required component, including game engines and libraries.

show 1 reply
tredre3today at 1:58 AM

To me the spirit seems to be that it should run on your average Windows machine without any external dependencies and without a web browser.

Your average PC has half a dozen .net runtimes installed but likely not the correct .net version you want (yay), so to me it seems like it would be out. Same for the various C++ redistributables, better not rely on that unless you ship the DLLs you need with it (which I don't think you're allowed to do per Microsoft).

https://2pgarcade.com/contest-144mb.html isn't much more elaborate than the article unfortunately.