I have built to keep track of certain projects I am working on.
It's a tic-tac-toe game, that was built just with javascript.
In this version you play against the computer, where the main objective was, that computer never loses. I used Minimax algorithm for this.