pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

PCC12 Geoff Riley #793

Open GeoffRiley opened 3 years ago

GeoffRiley commented 3 years ago

Difficulty level (1-10): [3] Estimated time spent (hours): [5] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [Implemented a very simple AI opponent following the Wikipedia strategy but not implementing the fork or blocking of opponents fork. Even without these an inexperienced play struggles to get anything better than a draw.] Other feedback (what can we improve?): []

bbelderbos commented 3 years ago

Cool @GeoffRiley totally gonna study your solution, wanna guest post it on PyBites?

GeoffRiley commented 3 years ago

Yes @bbelderbos I'd be happy to guest post it on PyBites: what do you need from me?

bbelderbos commented 3 years ago

A walk-through of the code would be nice, e.g. snippet > paragraph, snippet > paragraph, etc.

Logistically you can open a PR to our blog rep, instructions are here: https://pybit.es/guest-howto-write-guest-posts.html

Thanks! Bob

GeoffRiley commented 3 years ago

I'll give it a go… and try to keep it entertaining. ;)

You're welcome. Geoff

bbelderbos commented 3 years ago

Awesome, looking forward to it, thanks!