Skip to content

OmarAlSeddik/impossible-ai-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impossible AI Tic-Tac-Toe

This is a solution to Frontend Mentor's Tic Tac Toe game challenge with bonus added functionality.

Links

Features

  • Fully functional tic-tac-toe game.
  • Option to play against another player (on the same device) or against the AI.
  • The AI utilizes the minimax algorithm to play the most optimal moves. It does not lose!
  • Utilizes the local storage to preserve the game mode, player marks, player scores, the board state, and more on leter page visits.
  • Fully responsive design.

Notes

No libraries or frameworks have been used in the making of this project. This project was made for the purpose of practicing my vanilla JS and CSS skills. Feel free to visit the solution page of the project to provide criticism and advice, that would be much appreciated!

Screenshots

About

Tic Tac Toe game with an impossible to beat AI and local storage to boot!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published