https://github.com/ssolunna/tic-tac-toe
Play tic-tac-toe game on the command line
https://github.com/ssolunna/tic-tac-toe
ruby tic-tac-toe
Last synced: about 1 year ago
JSON representation
Play tic-tac-toe game on the command line
- Host: GitHub
- URL: https://github.com/ssolunna/tic-tac-toe
- Owner: ssolunna
- Created: 2023-02-08T01:42:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T16:47:18.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T23:11:13.893Z (about 1 year ago)
- Topics: ruby, tic-tac-toe
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game: Tic-tac-toe
Play tic-tac-toe game on the command line where two players play against each other and the board is displayed in between turns.
Play online at [replit](https://replit.com/@ssolunna/tictactoe?v=1#README.md).
> This project was assigned by [The Odin Project](https://www.theodinproject.com/lessons/ruby-tic-tac-toe) curriculum.
___
Created by [Selena Solunna](http://www.github.com/ssolunna)