Project TicTacToe with THP by Paul Broussolle aka the minister of mixture
VOTRE ATTENTION SVP : Clique sur ce lien pour lancer mon code sans avoir à tout copier sur ton ordinateur
- Run the
tic_tac_toe_game.rb
file to play. Then add the first player, followed but the player 2. - Move through the cases by typing the number of the case (from 1 to 9)
- BEAT HIM
- <3
- Creating an empty board
- Get the numbers in inputs and the actual player
- Re-draw while adding the token (X or 0)
- Check if win thanks to the winning lines define earlier
- Split the classes in several files
- Do a gem and a bundle
Bug reports and pull requests are welcome on GitHub at https://github.com/paul00b/tic_tac_toe.