Skip to content

machine-sg/Mars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbeatable Tic-Tac-Toe Using Minimax Algorithm


This project is done for Mars Colonization Program , Microsoft . Main goal is to developing an Unbeatable Tic-Tac-Toe Game using AI concepts.

Important Points


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 -

  1. Play against AI agent ,change the difficulty and choose who should start the game.
  2. Play against another human and choose the sign he/she wants.

Functional programming paradigm has been used for the project.

Important Files Added


  1. package.json : package.json file for configuring NPM and Node for the project.
  2. node_modules : NPM module used in the project.
  3. .gitignore : This will prevent the node_modules folder to be added to the commit, and to be uploaded to the repository.

Deployed Web Application:

https://machine-sg.github.io/Mars/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published