connect four (game)
Terry Reedy
tjreedy at udel.edu
Fri Nov 24 15:12:52 EST 2017
On 11/24/2017 10:33 AM, namenobodywants at gmail.com wrote:
> hi all
>
> i've just finished my first excursion into artificial intelligence with a game less trivial than tictactoe, and here it is in case anybody can offer criticism/suggestions/etc
Since you did not start with tests or write tests as you wrote code,
write a test file now. It will probably be at least as long as your
current file. You will learn a lot about your code by doing so.
--
Terry Jan Reedy
More information about the Python-list
mailing list