Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
605 stars 27 forks source link

Has Anyone made this work on windows? I cannot seem to pull it off? Should I move to some Linux flavor? #22

Closed leankyr closed 3 years ago

Davidobot commented 3 years ago

Um, I develop and run this on Windows.

You can also replace love-js in the above command with index.js (or node index.js on Windows) directly if the numpy install is giving you problems.

leankyr commented 3 years ago

I actually did that. I will try to install it all over again probably i messed up somewhere. Thanks!

japhib commented 3 years ago

I was unable to get it to work with the Windows "send to zip" or 7-zip, however, when I used Linux Subsystem for Windows to zip it up from the command line & run love.js that way, it worked.

thomasgoldstein commented 3 years ago

Before trying love.js with your own game, I recommend you try it with Another Kind of World. That way you're 100% if your issues come from the concerned LÖVE game or not. First get AKOW working, then try to get your own game running.

japhib commented 3 years ago

What's the repo for Another Kind of World? Is this the right one? https://github.com/MadByteDE/Another-Kind-of-World-Remake

thomasgoldstein commented 3 years ago

Yes, which should be the same as here: https://love2d.org/forums/viewtopic.php?t=88818 Or here: https://davidobot.net/lovejs/akow/game.data

japhib commented 3 years ago

What version of node and npm did you get this to work with?

thomasgoldstein commented 3 years ago

I just grabbed the latest versions (at the time). node v12.18.3, npm 6.14.8.