Skip to content

Godnoken/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe with Minimax algorithm

gif showing tictactoe

Live

https://godnoken.github.io/tictactoe/

Techs used

HTML, CSS, JavaScript, GSAP.

Features

Animated background with randomly generated SVG rects and GSAP.
Player vs Player.
Player vs Bot with several difficulties, including an unbeatable bot created with the minimax algorithm.
Custom names and markers.
Mobile responsive.

What did I learn?

How to create SVGs and control them.
GSAP animating.
Factory functions and module patterns.
Minimax algorithm and alpha/beta pruning.
More about mobile responsiveness.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published