c o n c e n t r a t i o n

So...how's your short-term memory?





















0 total moves

concentration Object
(
    [board] => Array
        (
            [0] => Array
                (
                    [0] => 0
                    [1] => 9
                    [2] => 9
                    [3] => 0
                )

            [1] => Array
                (
                    [0] => 4
                    [1] => 5
                    [2] => 7
                    [3] => 2
                )

            [2] => Array
                (
                    [0] => 3
                    [1] => 4
                    [2] => 6
                    [3] => 1
                )

            [3] => Array
                (
                    [0] => 8
                    [1] => 5
                    [2] => 1
                    [3] => 3
                )

            [4] => Array
                (
                    [0] => 7
                    [1] => 8
                    [2] => 6
                    [3] => 2
                )

        )

    [match] => Array
        (
            [0] => Array
                (
                    [0] => 0
                    [1] => 0
                    [2] => 0
                    [3] => 0
                )

            [1] => Array
                (
                    [0] => 0
                    [1] => 0
                    [2] => 0
                    [3] => 0
                )

            [2] => Array
                (
                    [0] => 0
                    [1] => 0
                    [2] => 0
                    [3] => 0
                )

            [3] => Array
                (
                    [0] => 0
                    [1] => 0
                    [2] => 0
                    [3] => 0
                )

            [4] => Array
                (
                    [0] => 0
                    [1] => 0
                    [2] => 0
                    [3] => 0
                )

        )

    [x] => 5
    [y] => 4
    [state] => 1
    [choice1_x] => -1
    [choice1_y] => -1
    [choice2_x] => -1
    [choice2_y] => -1
    [move_count] => 0
    [classname] => concentration
    [persistent_slots] => Array
        (
            [0] => board
            [1] => match
            [2] => x
            [3] => y
            [4] => state
            [5] => choice1_x
            [6] => choice1_y
            [7] => move_count
            [8] => choice2_x
            [9] => choice2_y
        )

)
Array
(
    [concentration_game] => concentration Object
        (
            [board] => Array
                (
                    [0] => Array
                        (
                            [0] => 0
                            [1] => 9
                            [2] => 9
                            [3] => 0
                        )

                    [1] => Array
                        (
                            [0] => 4
                            [1] => 5
                            [2] => 7
                            [3] => 2
                        )

                    [2] => Array
                        (
                            [0] => 3
                            [1] => 4
                            [2] => 6
                            [3] => 1
                        )

                    [3] => Array
                        (
                            [0] => 8
                            [1] => 5
                            [2] => 1
                            [3] => 3
                        )

                    [4] => Array
                        (
                            [0] => 7
                            [1] => 8
                            [2] => 6
                            [3] => 2
                        )

                )

            [match] => Array
                (
                    [0] => Array
                        (
                            [0] => 0
                            [1] => 0
                            [2] => 0
                            [3] => 0
                        )

                    [1] => Array
                        (
                            [0] => 0
                            [1] => 0
                            [2] => 0
                            [3] => 0
                        )

                    [2] => Array
                        (
                            [0] => 0
                            [1] => 0
                            [2] => 0
                            [3] => 0
                        )

                    [3] => Array
                        (
                            [0] => 0
                            [1] => 0
                            [2] => 0
                            [3] => 0
                        )

                    [4] => Array
                        (
                            [0] => 0
                            [1] => 0
                            [2] => 0
                            [3] => 0
                        )

                )

            [x] => 5
            [y] => 4
            [state] => 1
            [choice1_x] => -1
            [choice1_y] => -1
            [choice2_x] => -1
            [choice2_y] => -1
            [move_count] => 0
            [classname] => concentration
            [persistent_slots] => Array
                (
                    [0] => board
                    [1] => match
                    [2] => x
                    [3] => y
                    [4] => state
                    [5] => choice1_x
                    [6] => choice1_y
                    [7] => move_count
                    [8] => choice2_x
                    [9] => choice2_y
                )

        )

)

Concentration is free software programmed by the Cornado crew. We're moving concentration from php3/phplib to just php4 and will be done shortly.