Skip to content

ChadKreutzer/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Intro

This is the first project in the Intermediate Ruby section of The Odin Project

Build a tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns.

  1. Think about how you would set up the different elements within the game... What should be a class? Instance variable? Method? A few minutes of thought can save you from wasting an hour of coding.
  2. Build your game, taking care to not share information between classes any more than you have to.

About

The first project in the Intermediate Ruby section of The Odin Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages