-----------------
-----Connect-----
---Intelligence--
-----------------

(Basically, a connect 4 game)
You should know how to play Connect 4, or else you should not be downloading this.

Only a few things to mention here:

Controls:

Left right: arrow keys
Place a counter: Enter

Difficulty: All 6 difficulties are available. Might have bugs.

Sets and matches: Like in tennis, just that you specify how many matches you play to win a set, and how many sets you play to win the game. Note that dunces would occur when both you and the computer reaches matchpoint (1 point from winning) and that the number of matches to win a game would be incremenated.

CONST: in the main program, take note of some CONST values you can change somewhere below the common shared and dim shared statements. THey are:

hintmode: don't fiddle with this; it does not work yet
helpmode: toggle to 1 to enable. It hi-light the areas that you (or the computer) can put to connect 4. Quite important when you play with level 5s or 6s.
debugmode: toggle to 1 to enable. Shows debugging stuff for myself.

----

Quality programs from Singapore: -=SINGsong=-

This is freeware. Distribute anywhere you like. Just don't rip the code and say the code block is yours without my permission

----