{"id":32636657,"url":"https://github.com/orion3dgames/tic-tac-toe","last_synced_at":"2026-05-06T00:33:53.898Z","repository":{"id":71956472,"uuid":"446296024","full_name":"orion3dgames/tic-tac-toe","owner":"orion3dgames","description":"A basic multiplayer tic tac toe, using sockets","archived":false,"fork":false,"pushed_at":"2022-02-04T06:50:45.000Z","size":355,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T06:11:36.315Z","etag":null,"topics":["socket-io","tictactoe","vuejs"],"latest_commit_sha":null,"homepage":"https://tictactoe-vuejs.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orion3dgames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-01-10T05:48:09.000Z","updated_at":"2022-01-13T00:25:11.000Z","dependencies_parsed_at":"2023-08-24T07:58:29.682Z","dependency_job_id":null,"html_url":"https://github.com/orion3dgames/tic-tac-toe","commit_stats":null,"previous_names":["orion3dgames/tic-tac-toe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orion3dgames/tic-tac-toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion3dgames%2Ftic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion3dgames%2Ftic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion3dgames%2Ftic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion3dgames%2Ftic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orion3dgames","download_url":"https://codeload.github.com/orion3dgames/tic-tac-toe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion3dgames%2Ftic-tac-toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281909688,"owners_count":26582318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["socket-io","tictactoe","vuejs"],"created_at":"2025-10-31T01:08:51.679Z","updated_at":"2025-10-31T01:08:53.021Z","avatar_url":"https://github.com/orion3dgames.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIC TAC TOE\nA small personal to test my skills. End goal is for users to easily share a link to a friend to play a quick tic tac toe games, all while keeping the score\n\n**ONLY RULE I SET FOR MYSELF, NO COPYING OR LOOKING AT SIMILAR TIC TAC TOE CODE FROM INTERNET**\n\nCURRENT DEMO LINK: https://tictactoe-vuejs.herokuapp.com/\n\n## Initial Goal\nI'm going to build it quick and dirty and then refine until I'm happy with the result.\n- Share links to a friend to start a session\n- Play a game of tic-tac-toe and keep track of the scores\n- Refactoring the code to make it as clean and simple as possible\n   \n## Features\n- Create and share a link (DONE)\n- Game waiting room until 2 players join with the same sharing link (DONE)\n- Playing the tic-tac-toe game (DONE)\n- Adding a mini chat (DONE)\n- Implement a database system  (like Firebase)\n\n## Installation Guide\n- Clone the repository\n- Open a terminal and launch these commands from the root folder\n- ```npm install``` (install server dependencies)\n- ```npm build``` (install client dependencies \u0026 build the client for production)\n- ```npm start``` (launch the socket server and web server)\n- go to \"localhost:5000\" to view the game.\n   \n## Technology\n\n#### 1) A SOCKET SERVER\nUsing socket.io, will allow to realtime messaging between users and keeping records of current game sessions and scores \n- Initially, all information will be lost when the server is restarted as we have not implemented a database yet.\n#### 2) A CLIENT APP\nWill use VUE.JS 2 and interact with the SOCKET SERVER\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forion3dgames%2Ftic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forion3dgames%2Ftic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forion3dgames%2Ftic-tac-toe/lists"}