Deciding between Javascript / C #33
SamyBencherif
started this conversation in
General
Replies: 1 comment 1 reply
-
After following the build instructions for Emscripten, I got And there's a couple recent Stack Overflow posts with the same error. It's probably fixable, but it makes me question the longevity of this option. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The main advantage of Javascript is that it is immediately playable in the browser.
I can get C games to work in the browser too. (I've done it before https://samybencherif.itch.io/walk-around). The advantage is that I don't need to run any kind of web browser to play the game offline. It also avoids issues related to web development: click to enable sound, roundabout ways to load external files/images, changing browser spec. It's possible to run on, say, Raspberry PI.
Beta Was this translation helpful? Give feedback.
All reactions