An open API service indexing awesome lists of open source software.

https://github.com/odilson-dev/tic-tac-toe

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.
https://github.com/odilson-dev/tic-tac-toe

game ruby theodinproject tic-tac-toe

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Tic-tac-toe
A command line game where two human players can play against each other and the board is displayed in between turns.

# Course link from The Odin Project
https://www.theodinproject.com/lessons/ruby-tic-tac-toe

# Replit link
https://replit.com/@odilsonjs/Project-Tic-tac-toe#main.rb

# GitHUb Repository link
https://github.com/odilsonjs/Tic-tac-toe