I have written a Interpreter in Javascript and other HTML5 platforms.
What the "Players" do is connect to a website and download a set of instructions.
I put these instructions into an array, then with a switch/case statement I call
functions that interpret the instructions, I got from the website, and preform actions
like draw a picture or play a sound. That way I can have one Player and many games.
Think of it as the very old Merlin game..(1978) or these 50 in 1 games from years ago
one interface or Player and many games.
Where do I start? I felt if I could get the Javascript-SDK to work, I would just find how
to do the net connection, and use the internal functions to preform the instructions.
As a newbie I am at a loss.
I want to use Construct2 because of the cross platform abilities.
Thanks