4 in a row for Windows 95/98/NT Help

Rules of 4 in a row

4 in a row is a simple board game for two players. The two players move alternately by dropping stones of their color in a 7x6 grid. The first player to get four stones of his color in a row wins. If neither player can get 4 in a row, the game ends in a draw.
4 in a row is "solved", that means the so-called "game-theoretical value" of the game is known: with perfect play of both sides, the player to start wins. This was calculated with a computer, in fact, there were two independent projects to solve 4 in a row, and both came to the same conclusion. However, to play perfectly is rather hard, so you can still go on playing the game...

Playing a Game

To start a game, simply click in the column where you would like to drop your stone. After a short calculation, the computer opponent will respond. The time it takes for the computer to make its move depends on the level you have chosen. If one side gets 4 in a row, an appropriate message is displayed and a new game is started automatically.

The Status Bar

The status bar informs you about the computer opponent's calculation. In the four parts you will see, from left to right,
  • nominal search depth / maximal search depth
  • evaluation (large values indicate that the computer is winning)
  • number of nodes searched
  • time taken
On my Cyrix M2 200 4 in a row searches about 70'000 nodes per second.

The Menu Commands of 4 in a row

Quit quits the program.
New Game aborts the current game and starts a new game.
Save Game saves the current game.
Load Game loads a previously saved game.
Back moves one move backward in the game, if possible.
Forward moves one move forward in the game, if possible.
Play either forces the computer to calculate a move for you if it's your turn, or to play immediately if the computer is calculating.
Beginner makes the computer respond instantly.
Intermediate gives the computer about 1 second per move.
Expert gives the computer about 5 seconds per move.
The Master gives the computer about 2 minutes per move.
Select 0 to 5 changes the way the computer looks ahead.
Randomize makes the computer play more randomly.
Book turns the opening book on and off.
Help opens this file.
4 in a row Homepage opens the 4 in a row for Windows 95/98/NT webpage. Here you might find a newer version of the program and some links to good 4 in a row sites on the web. You will need an internet connection for this to work.
4 in a row Tutorial opens my 4 in a row tutorial, which should help you to play better. If you have trouble winning even a single game against 4 in a row, set the level to beginner and turn off the opening book. If you still cannot win, study the tutorial. If you still cannot win, run two instances of 4 in a row, set one to beginner & turn off the book, and let the other one beat it. Try to find out how it works and learn from it.
About opens a messagebox with an important message ;-)

The Toolbar

In the toolbar you have quick access to the commands
  • New Game
  • Back
  • Forward
  • Play
  • Help
  • Save Game
  • Load Game

written in march 2000 by Martin Fierz