Articles in the AS2 Category
AS2, Network programming, Visual Basic »
Chess game written in Flash (for the interface) and Visual Basic (for the network layer).
It connects on a chess server (like chessanytime) and allows you to play against another player.
UI is really simple but you can play and chat with your opponent.
The interesting part of this code is in the parsing of the commands coming from the server. The protocol used is commonly seen on the internet for online chess games. The parsing is not perfect but works…
The server it connects automatically to is not free anymore but you still …





