DickensJuma / Tic_tac_toe_game

Ruby CLI Tic tac toe Game
1 stars 0 forks source link

Peer-to-Peer Code Review #2

Open keddo opened 4 years ago

keddo commented 4 years ago
  1. It looks nice start
  1. Think about all the possibilities before going to the actual code
  2. Add else control flow so that players can only input X or O
  3. Update the board after the player input may be good for your next milestone
anewman15 commented 4 years ago