Skip to content

Instantly share code, notes, and snippets.

View whudgins's full-sized avatar

Will Hudgins whudgins

  • The Tie Bar
  • Chicago, IL
View GitHub Profile
@whudgins
whudgins / tictactoe
Last active August 29, 2015 14:08
Tic Tac Toe
#########################################
# A simple Tic-Tac-Toe game in Ruby
# Author: Will Hudgins
#########################################
#### Todos:
# => Abstract out methods, refactor, clean up
# => Clean up AI code: Definitely a more beautiful way to elaborate the strategies
# => Implement something based on this: http://www.neverstopbuilding.com/minimax