Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrpowers/tic_tac_toe
Ruby tic tac toe game
https://github.com/mrpowers/tic_tac_toe
Last synced: 3 months ago
JSON representation
Ruby tic tac toe game
- Host: GitHub
- URL: https://github.com/mrpowers/tic_tac_toe
- Owner: MrPowers
- License: mit
- Created: 2013-10-26T00:01:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T16:14:30.000Z (over 3 years ago)
- Last Synced: 2023-04-01T11:26:18.803Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 25
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TicTacToe
Ruby command line tic-tac-toe game.
## About
The tic-tac-toe application accompanies an online tutorial for building object-oriented games with Ruby. Here is a link to the online tutorial: http://wp.me/p3sWrq-3P
I plan to create a pre work code quiz for this game on my website: http://www.codequizzes.com/
If you have any questions or comments on the application, please feel free to send me a pull request or an email.
## Troubleshooting
If the tests are failing on your local machine because of deprecated methods or other RSpec errors, RSpec documentation can be found at [rspec.info](https://rspec.info/documentation/) (recommended) or [relishapp.com/rspec](https://relishapp.com/rspec)