Unbeatable Tic Tac Toe
21.05.2017
A twist on tic tac toe, using emoji icons to represent your symbol, and an AI that talks back making fun of you when you lose. Note: you can't win at this game as it is using a min max algo. There is a bug however that if exploited can "help" you win, but that's just cheating.
Made with: HTML,CSS,JS
Tic Tac Toe
20.03.2017
This is the tic tac toe game. You can play against a human player or computer which has AI build based on minimax algorithm.
Made with: HTML,CSS (SCSS),JS
Tic Tac Toe Minimax Algorithm Ai
27.02.2017
Tic Tac Toe game. You play against the computer, driven by the minimax algorithm.
Made with: HTML,CSS (SCSS),JS (Babel)
Impossible Tic-Tac-Toe
23.01.2016
A simple game of tic-tac-toe. It is impossible to win, best you can do is tie!
Made with: HTML (Pug),CSS (Stylus),JS