This project is done for Mars Colonization Program , Microsoft . Main goal is to developing an Unbeatable Tic-Tac-Toe Game using AI concepts.
Here I have created a Tic-Tac-Toe board game using HTML and JavaScript with three rows and columns. The styling for the board will be in our style CSS file. It also includes jQuery script because the game also requires some jQuery functions.
One can -
- Play against AI agent ,change the difficulty and choose who should start the game.
- Play against another human and choose the sign he/she wants.
Functional programming paradigm has been used for the project.
- package.json : package.json file for configuring NPM and Node for the project.
- node_modules : NPM module used in the project.
- .gitignore : This will prevent the node_modules folder to be added to the commit, and to be uploaded to the repository.