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.
- Host: GitHub
- URL: https://github.com/odilson-dev/tic-tac-toe
- Owner: odilson-dev
- Created: 2023-09-19T02:15:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T20:04:44.000Z (over 2 years ago)
- Last Synced: 2025-10-09T10:50:58.376Z (8 months ago)
- Topics: game, ruby, theodinproject, tic-tac-toe
- Language: Ruby
- Homepage: https://replit.com/@odilsonjs/Project-Tic-tac-toe#main.rb
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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