{"id":15607607,"url":"https://github.com/sevlamare/tictactoe_ruby","last_synced_at":"2026-03-12T14:16:57.715Z","repository":{"id":131692590,"uuid":"252790443","full_name":"SevlaMare/TicTacToe_Ruby","owner":"SevlaMare","description":"Mini game to play on command line.","archived":false,"fork":false,"pushed_at":"2020-11-07T16:28:16.000Z","size":85,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T09:31:58.568Z","etag":null,"topics":["object-oriented-programming","ruby"],"latest_commit_sha":null,"homepage":"https://repl.it/@ThiagoMiranda2/tictactoeruby","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SevlaMare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-03T16:56:59.000Z","updated_at":"2023-03-08T02:42:15.000Z","dependencies_parsed_at":"2023-09-18T23:46:10.947Z","dependency_job_id":null,"html_url":"https://github.com/SevlaMare/TicTacToe_Ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevlaMare/TicTacToe_Ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FTicTacToe_Ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FTicTacToe_Ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FTicTacToe_Ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FTicTacToe_Ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevlaMare","download_url":"https://codeload.github.com/SevlaMare/TicTacToe_Ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FTicTacToe_Ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30428013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:00:25.264Z","status":"ssl_error","status_checked_at":"2026-03-12T13:59:52.690Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["object-oriented-programming","ruby"],"created_at":"2024-10-03T05:02:28.004Z","updated_at":"2026-03-12T14:16:57.697Z","avatar_url":"https://github.com/SevlaMare.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tic Tac Toe\n\u003e A quick classic mini-game to play by command line.\n\n![screenshot](./images/screenshot.png)\n\n\u003cbr\u003eThe focus here is to explore object-oriented programming concepts.\u003cbr\u003e\n\n## Content\n\n* [Live Demo](#live-demo)\n* [Requirements](#requirements)\n* [Built With](#built-with)\n* [Quick Start](#quick-start)\n* [Dependencies](#dependencies)\n* [Contributing](#contributing)\n* [Acknowledgments](#acknowledgments)\n* [Author](#author)\n* [License](#license)\n\n\n## Live Demo\n\nTo play online, go to the page and hit the (Run) button.\n[Run on Repl.it](https://repl.it/@ThiagoMiranda2/tictactoeruby)\n\n\n## Game rules.\n* Two players play\n* Each play draw X or O alternately on board\n* The game ends when someone gets 3 marks in a row\n* The row can be vertical, horizontal or diagonal \n\n\n## Requirements\n\n\u003cul\u003e\n  \u003ch3\u003eFeatures\u003c/h3\u003e\n  \u003cli\u003eGet a valid user input\u003c/li\u003e\n  \u003cli\u003eDisplay board after each move\u003c/li\u003e\n  \u003cli\u003eEnd game if someone win\u003c/li\u003e\n  \u003cli\u003eEnd game if board become full\u003c/li\u003e\n\u003c/ul\u003e\n\n### Built With\n\n- Ruby Language \u003cbr\u003e\n- Rubocop (Linter) with Stickler (CI Tool)\u003cbr\u003e\n- Rspec (Unit testing) \u003cbr\u003e\n- Git (with Gitflow), Github and VScode \u003cbr\u003e\n\n\n## Quick Start\n\n#### Get a local copy with:\u003cbr\u003e\n```js\ngit clone git@github.com:SevlaMare/TicTacToe_Ruby.git\n```\nOr just hit (Download Zip) on the green button (Code) on top of this page.\n\n#### Run on terminal/prompt:\n\nIf you are on windows:\n* Go inside the project folder\n* Right shift '+' right mouse click (Float menu)\n* Open prompt here (Option)\n```js\nruby bin/main.rb\n```\nFor linux:\n```js\nbin/main.rb\n```\n\n### Dependencies\n\nRuby 2.5.5\n\n### Contributing\n\nContributions, issues and feature requests are welcome!\n\nYou can do it on [issues page](issues/).\n\n\n## Acknowledgments\n\nA special thanks to the code reviewers.\n\n\n## Author\n\n👤 **Thiago Miranda**\n\n- Github: [@SevlaMare](https://github.com/SevlaMare)\n- Twitter: [#SevlaMare)](https://twitter.com/SevlaMare)\n- Linkedin: [SevlaMare)](https://www.linkedin.com/in/sevla-mare)\n\n### License\n\n\u003cstrong\u003eCreative Commons\u003c/strong\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Ftictactoe_ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevlamare%2Ftictactoe_ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Ftictactoe_ruby/lists"}