Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1 from hectorj/hectorj-README-story
Browse files Browse the repository at this point in the history
Add short story to README
  • Loading branch information
hectorj committed Oct 18, 2015
2 parents 148e41f + a74b04d commit 2bd72bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ There is currently 3 ways of using this package:
- `cd $GOPATH/src/github.com/hectorj/TicTacToe/web/static/ && ./build.sh -dest=./public/` will generate all the static files needed in `$GOPATH/src/github.com/hectorj/TicTacToe/web/static/public`, so that you can just open the index.html file in your browser, or use any HTTP server.

Coming soonish: a GopherJS version

## Story

I made this mainly to train myself in Go, but I chose TicTacToe because this game was one of my first successful project (as in working, finished, and doing someting "useful") as a kid.

At the time I was using C++ and Qt4 and implemented the minmax algorithm found on the internet. You can see my old code there: https://github.com/hectorj/TicTacToe-qt4

0 comments on commit 2bd72bd

Please sign in to comment.