How To

Exporting?

0

CubicleHead 2020-05-27 14:09

Is there any way to export a game you make so you can play it on devises with out lowres?


was8bit 2020-05-27 14:26

There is no export function... exporting would have to be done manually, but most systems use different graphics technology than lowres, and porting to an old school device would require rewritting the entire graphics portion as lowres NX code is designed to work with a simulated device, not any actual device..

Lowres NX can currently be played on apple devices as well as windows devices...


was8bit 2020-05-27 14:28 (Edited)

*IF* your game was entirely written with PRINT statements, you have a decent chance at manually exporting your lowres game :)


Timo 2020-05-27 18:27

It would be possible to create an "exe" which contains the LowRes NX player and the program, so it would look for the user like a normal app. But I decided against it, because
1. it would be a lot of work (and for each platform different)
2. I like to keep LowRes NX as an own platform, not as a tool to create games for other platforms. the user should know about the existence of LowRes NX and about its limitations.


CubicleHead 2020-05-27 19:13

okay cool :D


Log in to reply.