Tagged Questions
0
votes
4answers
444 views
Turn-based tile game dynamic item/skill/command script files
I want to create a mechanism that could read text script, for example some kind of custom script such as ".skill" or ".item", which maybe contain some sort of simple script like
.item
Item.Name = ...
11
votes
6answers
579 views
Persistent Browser Based Game: To Captcha or not to Captcha?
I've been working (off-and-on) on a pbbg that's pretty old school. If you've ever played Carnage Blender then you get the idea.
If not, it's a simple idea that's been done a lot: A player is ...