Code Monkey home page Code Monkey logo

tic-tac-toe-with-ai's Introduction

Tic-Tac-Toe-with-AI

Try making your own version before lookin at my final version that uses the textbook implemetation. I would instead look at the bad version to know what works, but is self admittedly lazy at the same time.

IMAGE ALT TEXT HERE

howMinMaxWorks

the second algorithm I've ever "written." play Tic Tac Toe vs a cpu, starting player is random. can be changed to play cpu vs cpu. both the "bad" and "good" versions of the cpu can be played

updated v2

I have 2 different cpu's, nether can beat the other. both are completely different approaches to writing the algorithm which will tie or beat each other. Nothing can win against the min maxing CPU and it can't beat the move pruning CPU, they just tie. However, humans can beat the move pruning CPU and it can also beat itself. This was to demonstrate that minmax is sufficient for optimal play, but not necessary to win.

tic-tac-toe-with-ai's People

Contributors

terpypy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.