Hi all,
The game is making solid progress, but I am now wondering how to best package it. At the moment I tend to run it as a Java application, but perhaps it's better to convert it to a Java Web Start thing, or even do a port to Android?
Do you guys know what kind of packaging structure you would like for the game, and how much work it would roughly be to package it in that manner?
« previous next » |
Packaging and deployment (Read 49942 times)

#1
Administrator
Shining Spammer


Posts: 1,208
Logged
#2
Administrator
Shining Sideburns

Posts: 837
Logged
My knowledge of Java packaging is pretty limited, but from experience I'd say anything with the least amount of work for the end user is best. Either packaging it all up as an executable, or making it playable online using web start.
Web Start might be a good way to get people interested who haven't downloaded it in the past.
Web Start might be a good way to get people interested who haven't downloaded it in the past.

#3
Administrator
Shining Spammer

Posts: 1,129
Logged
I think the problem with putting it on a different platform are the new issues it creates and the learning curve you'll have to go through.
Stick with what you know for the release.
Then go on to create more accessible releases?
Stick with what you know for the release.
Then go on to create more accessible releases?
~Elvenfyre

#4
Administrator
Shining Spammer


Posts: 1,208
Logged
Hi guys,
Thanks for the advice. I guess I'll stick to the current Java application format for now, but I'm still open for other options on the longer term
.
Thanks for the advice. I guess I'll stick to the current Java application format for now, but I'm still open for other options on the longer term
