Deep-Codes / connect-4-dev

Connect-4 game with Chat and Computer A.I
1 stars 0 forks source link

implement A.I for computer #5

Closed Deep-Codes closed 3 years ago

Deep-Codes commented 3 years ago

Possible Soln: Min-Max Algorithm

Companion Repo: https://github.com/1wheel/connect4-ai

Coding Video Tutorial: https://youtu.be/MMLtza3CZFM

Companion Info: https://roadtolarissa.com/connect-4-ai-how-it-works/

Video: https://youtu.be/y7AKtWGOPAE

Another Repo: https://github.com/lgfischer/connect-four-js

Blog: https://rmarcus.info/blog/2014/12/23/connect4.html

Game: https://connectfour.calebevans.me/


Misc Links

https://youtu.be/3dRfbWdlQCA


Final Link (Might Just Work)

For the Package: https://www.npmjs.com/package/connect4-ai

For Live Example: https://a-connect4-game.netlify.app/

For Github: https://github.com/DaveTrost/connect4-ui

For AI Github: https://github.com/DaveTrost/connect4-ai

mohit-cfc commented 3 years ago

Alt:- Let AI play moves at (n+1)/(n-1)th position of the user.

Deep-Codes commented 3 years ago

Final :

https://github.com/nloyolag/connect4-ai