What language would be best for an online text-based d20 game? I was thinking php, someone else recommended python and django.
Thoughts?
Name:
Anonymous2012-09-05 22:46
Since it's a game, go with Arc, it has some nice call/cc per request model.
Name:
Anonymous2012-09-06 13:42
Honestly, it doesn't matter at all. Performance is a non-issue with such an application. Whichever you're familiar with.
If you're not familiar with PHP though I wouldn't use it. Python would indeed be a better choice. Or Perl, though it's not a trendy language these days.
Name:
Anonymous2012-09-06 13:52
If you want to get something done, the use PHP. Haters gonna hate.
The novice wanted to develop an online text-based d20 game. He couldn't decide which technology to use.
— I know! said the novice, I'll just make a website with PHP!
Now the novice had two problems.
php is all you need really... but if you want to go all trendy about it have a RESTfull backend written in whatever with a HTML5 frontend. double points for using a NoSQL solution.