Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.56 KB

tictactoe.md

File metadata and controls

43 lines (30 loc) · 1.56 KB
layout title
default
Tic Tac Toe

Here are some of the Tic Tac Toe implementations from our technical meetup:

Clojure
https://gist.github.com/bhauman/6490813

Tic Tac Node, with Express and Socket.io
https://github.com/semmypurewal/Tic-Tac-Node

Ruby with an AI opponent
https://gist.github.com/bhauman/5493451

Ruby
https://gist.github.com/marklocklear/5491006
https://gist.github.com/marklocklear/5491002

Javascript/DynJS
https://github.com/lance/tictactoe/blob/master/game.js

Python
https://github.com/skavanaugh/TicTacToe

Clojure
https://github.com/tobias/ACL-tictactoe

Backbone.js scaffolded with Yeoman
https://github.com/krystophv/tictactoe-backbone-yo

A Java version
https://github.com/xondie/TicTacToe

AngularJS, Javascript, minimax solver
https://github.com/rmcalvert/tictactoe

Javascript + node.js (with express, socket.io packages)
https://github.com/ryanbarringtoncox/tic-bac-bone

PHP
https://github.com/JulienMelissas/phpttt