I've been pretty busy lately working on this Tic-Tac-Toe game. It all started as a project to learn CoffeeScript, Backbone.js and turned into a big journey into JavaScript and node.js.
I am test-driving the code with jasmine-node, a great node adapter to Jasmine BDD.
The computer's moves are quite predictable, I will work on that in the future.
Won: 0
Lost: 0
Tie: 0
Enjoy!
3 comments:
I win everytime. I am legendary.
Hey, it's a work in progress! Send a pull request with better AI logic.
The issue with it is that it's only programmed to "win" not to block.
Post a Comment