Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 318 Bytes

File metadata and controls

8 lines (5 loc) · 318 Bytes

T-SQLTicTacToe

Tic Tac Toe written in T-SQL (SQL Server 2008)

Right now it's random. Soon I'll have skill levels for the AI (Basically changing the probability of it making the best move or a random move) and I'll make the board size controllable.

The instructions to play are in the StartGame file.