Skip to content

Kiwasthal/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

Emulating the tic-tac-toe game . Showcasing knowledge of JavaScript Object manipulation (modules,factory functions,IIFE's) as well as advanced CSS and HTML.The target of the project is creating a functional logic without populating the global scope.This project is making use of the minimax rule to generate optimal outcomes. Here is the demo.