PascalPons / connect4

Connect 4 Solver
GNU Affero General Public License v3.0
273 stars 50 forks source link

Problem during start program #7

Closed paoli7612 closed 6 years ago

paoli7612 commented 6 years ago

Hi. I cloned your repository, digit "make" and "./c4solver", the program start but nothing is happening. Please tell me about my error to compile or run the program. Thank you so much

PascalPons commented 6 years ago

The program most probably just waiting for an input from the standard input.

Try typing 444444 then enter for example.

This will solve the position where both players are playing the middle column (4) 3 time each.

paoli7612 commented 6 years ago

ok yep thank you very much