Skip to content

Tic Tac Toe game with AI opponent built with JavaScript and use Monte Carlo Tree Search

License

Notifications You must be signed in to change notification settings

mohsenheydari/tic-tac-toe-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe AI

GitHub Stars GitHub Issues Current Version

Implementation of Tic Tac Toe game with smart computer opponent that use Monte Carlo Tree Search algorithm.

Screenshot


Table of contents

Technologies

  • RequireJS - version 2.3.6
  • JavaScript ( ES6 )
  • HTML5 Canvas

Usage

After you clone this repo to your desktop, go to its root directory and open the index.html file in any modern browser. Project is tested on Windows Google Chrome Version 72

Features

  • AI code can be used with other board games with minor changes ( Hint: Modify Board & Action classes )
  • Entire board is drawn on Canvas and is fully configurable
  • Modular and optimized code

Inspiration

Project inspired by:

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

Contact

Created by Mohsen Heydari - feel free to contact me!

About

Tic Tac Toe game with AI opponent built with JavaScript and use Monte Carlo Tree Search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published