PLEASE IGNORE THE BAT IN THE CORNER :) This Project was shared for debugging purposes only and is in progress. http://beta.scratch.mit.edu/discuss/topic/4413/ To play this game, you need 2 instances of this program (You can play yourself if you want, or you can call your friend on the other side of the world and tell him to go to this page). BOTH INSTANCES OF THE PROGRAM MUST BE LOGGED INTO SCRATCH (but it can be the same account). One player (or one instance of the program) needs to select "New Game". After this, they will get a "Game ID". The other player (or other instance of the program) then chooses "Join A Game ID", enters the game ID that the first player got, and then they will be connected. Assuming both players have a good internet connection, and everything works, it will eventually load the game board, and at the bottom of the screen it will tell you who goes first.
Currently, the game will not detect a win. 1 player version: http://beta.scratch.mit.edu/projects/1537496/ This game uses a concept that I call a Cloud Data "Channel". I have a few variables that constantly change, sending messages to a specific game id and player. This allows for an infinite number of simultaneous games. I will release a base for this platform someday :). If ever, cloud variables don't require you to be logged in, I will allow users who are not logged in to pick a username when they open the game. Due to the nature of this Cloud Data "Channel", it probably has the longest cloud data log.