{"id":26384337,"url":"https://github.com/ismailbinmujeeb/tictactoe-multiplayer-game","last_synced_at":"2025-08-16T05:32:48.519Z","repository":{"id":275248527,"uuid":"925539062","full_name":"IsmailBinMujeeb/TicTacToe-MultiPlayer-Game","owner":"IsmailBinMujeeb","description":"Multiplayer Tic Tac Toe Game","archived":false,"fork":false,"pushed_at":"2025-03-15T11:30:54.000Z","size":2560,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T12:25:28.784Z","etag":null,"topics":["ejs","expressjs","game","mongodb","mongoose","multiplayer","nodejs","socket-io","tic-tac-toi"],"latest_commit_sha":null,"homepage":"https://tictactoe-q4q1.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IsmailBinMujeeb.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-01T05:18:52.000Z","updated_at":"2025-03-15T11:30:57.000Z","dependencies_parsed_at":"2025-03-15T18:31:16.605Z","dependency_job_id":null,"html_url":"https://github.com/IsmailBinMujeeb/TicTacToe-MultiPlayer-Game","commit_stats":null,"previous_names":["ismailbinmujeeb/tictactoe-multiplayer-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmailBinMujeeb%2FTicTacToe-MultiPlayer-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmailBinMujeeb%2FTicTacToe-MultiPlayer-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmailBinMujeeb%2FTicTacToe-MultiPlayer-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmailBinMujeeb%2FTicTacToe-MultiPlayer-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IsmailBinMujeeb","download_url":"https://codeload.github.com/IsmailBinMujeeb/TicTacToe-MultiPlayer-Game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989726,"owners_count":20379649,"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","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":["ejs","expressjs","game","mongodb","mongoose","multiplayer","nodejs","socket-io","tic-tac-toi"],"created_at":"2025-03-17T07:23:00.607Z","updated_at":"2025-03-17T07:23:01.272Z","avatar_url":"https://github.com/IsmailBinMujeeb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TicTacToe-MultiPlayer-Game\nWelcome to the TicTacToe Multiplayer Game! This application allows multiple players to engage in the classic TicTacToe game in real-time.\n\n![wakatime](https://wakatime.com/badge/user/762eb31e-429a-48a8-a9ba-9fc3e5f7aeea/project/46264392-9758-4174-8a72-4ad8e5133fa8.svg?style=plastic)\n\n## Features\n- Real-Time Multiplayer: Play TicTacToe with friends or other players in real-time.\n- User Authentication: Secure login and registration system to keep track of player statistics.\n- Interactive UI: A user-friendly interface that enhances the gaming experience.\n## Technologies Used\n- [![EJS](https://img.shields.io/badge/EJS-2B2E3A?logo=EJS\u0026logoColor=fff)](#) [![CSS](https://img.shields.io/badge/CSS-1572B6?logo=css3\u0026logoColor=fff)](#) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript\u0026logoColor=000)](#)\n- [![NodeJS](https://img.shields.io/badge/Node.js-6DA55F?logo=node.js\u0026logoColor=white)](#) [![Express.js](https://img.shields.io/badge/Express.js-%23404d59.svg?logo=express\u0026logoColor=%2361DAFB)](#)\n- [![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?logo=mongodb\u0026logoColor=white)](#) [![Redis](https://img.shields.io/badge/Redis-%23DD0031.svg?logo=redis\u0026logoColor=white)](#)\n- [![Socket.io](https://img.shields.io/badge/Socket.io-3C3C3D?logo=Socket.io\u0026logoColor=white)](#)\n\n## Installation [![GitHub](https://img.shields.io/badge/-%23121011.svg?logo=github\u0026logoColor=white)](#installation) [![Docker](https://img.shields.io/badge/-2496ED?logo=docker\u0026logoColor=fff)](#docker-deployment)\nTo set up the project locally, follow these steps:\n\n1. Clone the Repository:\n\n```bash\ngit clone https://github.com/IsmailBinMujeeb/TicTacToe-MultiPlayer-Game.git\ncd TicTacToe-MultiPlayer-Game\n```\n2. Install Dependencies: Ensure you have Node.js and npm installed. Then, run:\n```bash\nnpm install\n```\n3. Set Up Environment Variables:\n\n- Duplicate the .example.env file and rename the copy to .env.\n```bash\ncp .example.env .env\n```\n- Open the .env file and configure the following variables:\n```env\nPORT=3000\nSESSION_SECRET=\nGOOGLE_CALLBACK_URL=\nGOOGLE_CLIENT_ID=\nGOOGLE_CLIENT_SECRET=\nCLOUD_NAME=\nCLOUDINARY_API_KEY=\nCLOUDINARY_API_SECRET=\nDB_CONN_STR=\nREDIS_URL=\n```\n4. Start the Application:\n```bash\nnpm start\n```\n**The server will start, and you can access the application at http://localhost:3000.**\n\n## Docker Deployment\nFor those who prefer using Docker:\\\n[Docker Image](https://hub.docker.com/r/ismailbinmujeeb/tic-tac-toe)\n1. Build the Docker Image:\n\n```bash\ndocker build -t tictactoe-multiplayer-game .\n```\n\n2. Run the Docker Container:\n```bash\ndocker run -d -p 3000:3000 --name tictactoe-game tictactoe-multiplayer-game\n```\n\n3. Or pull the image\n\n```bash\ndocker pull ismailbinmujeeb/tic-tac-toe\n```\n\n**The application will be available at http://localhost:3000.**\n\n### Alternatively, you can use Docker Compose:\n\n1. Start Services:\n```bash\ndocker-compose up -d\n```\nThis will set up the application along with any dependencies defined in the docker-compose.yml file.\n\n## Contributing\nWe welcome contributions! If you'd like to contribute:\n\n1. Fork the repository.\n\n2. Create a new branch (git checkout -b feature/YourFeature).\n\n3. Commit your changes (git commit -m 'Add YourFeature').\n\n4. Push to the branch (git push origin feature/YourFeature).\n\n5. Open a Pull Request.\n\n**Please ensure your code adheres to the project's coding standards and includes appropriate tests.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismailbinmujeeb%2Ftictactoe-multiplayer-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismailbinmujeeb%2Ftictactoe-multiplayer-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismailbinmujeeb%2Ftictactoe-multiplayer-game/lists"}