| Game of the Generals |
This is a computerized version of Game of the Generals.
I've used VB 6 for this because I wanted to finish this project quickly, and since I'm comfortable using VB I thought that this will help me finishing it faster than any other language.
The executable file, the required libraries, the source code, and the assets are available here.
I noticed that many people are reaching my website while looking for game of the generals' pieces, so I decided to upload them, you can get them from here.
Sat Feb 23, 2008
I have enough information about the game and its rules to start woking on it.
Sun Feb 24, 2008
I finished creating the first part of the game (arranging the pieces on the board).
Mon Feb 25, 2008
I decided to go for three modes of playing: Single player; Multi player; and Network Play.
Tue Feb 26, 2008
I created a small dialog that should allow the user to choose the game mode he wants.
I modified what I have to support network play.
Sun Mar 2, 2008
Two players can now connect, however, they can't play yet.
Tue Mar 4, 2008
Now the players can arrange their pieces and start the game, however, they still can't play, but they do send a signal to the opponent which waits for that signal to change the stage.
Sun Oct 5, 2008
I'm porting the game to Flex.
TO-DO:
Create the game play modes.
Create an AI.