Added top comment
This commit is contained in:
parent
a64b8c898c
commit
5388ec45f8
10
TicTacToe.hs
10
TicTacToe.hs
@ -1,3 +1,13 @@
|
|||||||
|
{-
|
||||||
|
A learning tic-tac-toe player in Haskell. It learns the game
|
||||||
|
by playing against itself repeatedly.
|
||||||
|
It can play against humans too!
|
||||||
|
|
||||||
|
A solution to rubyquiz 11 (http://rubyquiz.com/quiz11.html).
|
||||||
|
|
||||||
|
Copyright 2012 Abhinav Sarkar <abhinav@abhinavsarkar.net>
|
||||||
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE BangPatterns #-}
|
{-# LANGUAGE BangPatterns #-}
|
||||||
|
|
||||||
module TicTacToe where
|
module TicTacToe where
|
||||||
|
Loading…
Reference in New Issue
Block a user