I was able to get a windows .dll version of the game compiled using the source code on Github for use with the Playdate Simulator on Windows. Would you be interested in integrating that at all? It's basically just a build.bat that expects a VS 2022 MSVC compiler to be installed, and then it compiles all the .c files with CL and links with LINK. The game seems to work fine overall. The only problem I've seen is a bunch of <?> characters that are probably due to line-ending differences on windows, and may even just be the way I cloned the repository. This should be pretty fixable.
