Idea about Tic-Tac-Toe Realoded in c++
Have you tried Tic-Tac-Toe in C++, It is good for a beginner to start. I tried it, when I am in my first year of graduation. At that time I am curious about machine learning, artificial intelligence and vision of AI. It all started, when I read a book on AI. On first chapter of the book, they explained working of tic-tac-toe. There is a tree of possibilities of decisions we can take in the game of tic-tac-toe. At that time I just have beginner knowledge of C++. But I decided to make tic-tac-toe with machine learning capabilities and named it Tic-Tac-Toe Reloaded. I have started with simple idea based on the learning from win results, so computer can store his winning pattern and reuse on same input in future. There is a movie called Chappie(2015), which is well determination of an AI we want. So keep with me to try this simple program, I have explained most of things on this blog and let me know something I missed in comments. If you have not tried simple tic-tac-to...