Larkenx / Rotten-Soup

A roguelike built with Vue, Vuetify, Tiled, rot.js, and PixiJS! Playable at https://rottensoup.herokuapp.com/
GNU General Public License v3.0
379 stars 54 forks source link

Converting Project to Electron App? #51

Closed Moikapy closed 5 years ago

Moikapy commented 5 years ago

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.

Larkenx commented 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

Moikapy commented 5 years ago

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.

Moikapy commented 5 years ago

So all we would need to do is (brief todo):

Larkenx commented 5 years ago

org creation is done; sent @Moikapy an invite. feel free to create a separate electron release repo, with this project as a module

Moikapy commented 5 years ago

Would you be able to send again? I don't think I received the invite

Moikapy commented 5 years ago

Invite Complete

DigiDigiblez commented 2 years ago

Hey. Would love to contribute, please send me an invite also :)