Skip to content

This is a game of tic-tac-toe where many of the game actions are executed recursively.

Notifications You must be signed in to change notification settings

bmwest/recursive_tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

recursive_tic_tac_toe

This is a game of tic-tac-toe where many of the game actions are executed recursively.

  • print_grid(board_a) and print_grid(board_b) will show you what a populated board will look like.
  • board_c is empty, and ready for simulation.
  • To see a simulation, clone this repo, and run ruby game.rb from the project's root directory.
  • The game will only exit once all tiles are filled.
  • You are currently allowed switch from x to o mid-game, but this will be adjusted.
  • Check back soon for scoring capability!

About

This is a game of tic-tac-toe where many of the game actions are executed recursively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages