Closed Moikapy closed 5 years ago
Yep, it is possible - I have done it in the past. The issue is just trying to maintain both a web based version of the game and electron version of the game is tricky. As far as I know it’s hard to house the code in the same project to allow for both
Well if we make this an Org it may be easier for development. What we do is create the core game as a repo and then use it as a module in a seperate repo for the electron version so that when we launch the electron app it starts the game. This way the game itself can be updated and (hopefully) the same version for the desktop app.
So all we would need to do is (brief todo):
org creation is done; sent @Moikapy an invite. feel free to create a separate electron release repo, with this project as a module
Would you be able to send again? I don't think I received the invite
Invite Complete
Hey. Would love to contribute, please send me an invite also :)
Instead of connecting to a webserver/link, would it possible to convert the game into an electron app to be played locally as a desktop app.