I'm programming a terrain generator for a sandbox game called Blockland. The generator is in Silverlight 5, and the game uses Torque 3D. What I need to do is send a list of strings from the site to the program, with approval from both sides. What would be the easiest method of doing this?
Asked
Active
Viewed 72 times
0
-
What did you already try (or do you maybe have some source code for us...)? – helmbert Jan 24 '13 at 19:54
-
The problem is I don't know what TO try. I just need to send a few strings in series from a website to a game on the same computer. – ThinkInvisible Jan 24 '13 at 20:14