Asmor
First Post
I'm thinking about writing a program to randomly generate a town, including a breakdown of all the NPCs by level.
Would you prefer a script (specifically, javascript/html) or an application (specifically, using the .Net framework)?
Script:
+Truly cross-platform, runs on anything with a web browser
+Easier to customize actual code
+No security concerns
-Somewhat limited
-More difficult to customize datasets
Application:
+Sexier (imho)
+Easier to customize datasets
+More features (saving, exporting, etc)
-Most likely only runs on windows
-Possible security concerns about running an executable from some sleazebag on the internet (i.e. me)
-Impossible to modify code
Would you prefer a script (specifically, javascript/html) or an application (specifically, using the .Net framework)?
Script:
+Truly cross-platform, runs on anything with a web browser
+Easier to customize actual code
+No security concerns
-Somewhat limited
-More difficult to customize datasets
Application:
+Sexier (imho)
+Easier to customize datasets
+More features (saving, exporting, etc)
-Most likely only runs on windows
-Possible security concerns about running an executable from some sleazebag on the internet (i.e. me)
-Impossible to modify code