{"id":27948593,"url":"https://github.com/cvera08/multi-games-artificial-intelligence-js","last_synced_at":"2026-05-02T02:35:35.222Z","repository":{"id":232681430,"uuid":"784938584","full_name":"cvera08/multi-games-artificial-intelligence-js","owner":"cvera08","description":"Web Based Games where you can Play against AI","archived":false,"fork":false,"pushed_at":"2024-04-22T00:01:36.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T14:59:28.160Z","etag":null,"topics":["ai","artificial-intelligence","css","game-development","games","js","stylesheets","web","website"],"latest_commit_sha":null,"homepage":"https://cvera08.github.io/multi-games-artificial-intelligence-js/","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/cvera08.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}},"created_at":"2024-04-10T21:33:51.000Z","updated_at":"2024-04-22T00:01:39.000Z","dependencies_parsed_at":"2024-04-22T00:47:23.538Z","dependency_job_id":"48a64ed3-f098-4d3f-9b3d-a0b137b66773","html_url":"https://github.com/cvera08/multi-games-artificial-intelligence-js","commit_stats":null,"previous_names":["cvera08/multi-games-artificial-intelligence-js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvera08%2Fmulti-games-artificial-intelligence-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvera08%2Fmulti-games-artificial-intelligence-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvera08%2Fmulti-games-artificial-intelligence-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvera08%2Fmulti-games-artificial-intelligence-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvera08","download_url":"https://codeload.github.com/cvera08/multi-games-artificial-intelligence-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902602,"owners_count":21822258,"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":["ai","artificial-intelligence","css","game-development","games","js","stylesheets","web","website"],"created_at":"2025-05-07T14:59:33.558Z","updated_at":"2026-05-02T02:35:35.151Z","avatar_url":"https://github.com/cvera08.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMulti Games\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eWeb-based by using Artificial Intelligence.\u003c/h4\u003e\n\n---\n\n## Live Demo\n\n:point_right: [multi-ai-web-games][Demo] :point_left:\n\n[Demo]: https://cvera08.github.io/multi-games-artificial-intelligence-js/\n\n[index.html]: https://github.com/cvera08/multi-games-artificial-intelligence-js/blob/master/index.html\n\n---\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#table-of-contents)Table of contents\n- [Getting started](#getting-started)\n   - [Install Git locally](#install-git-locally)\n- [Configure this project](#configure-this-project)\n- [Quick run](#quick-run)\n- [Play Games directly in the Browser](#play-games-directly-in-the-browser)\n- [GitHub Actions Support](#github-actions-support)\n   - [Deploy Changes with GHA](#deploy-changes-with-GHA)\n- [Additional Commands](#additional-commands)\n- [Miscellaneous](#miscellaneous)\n- [Primary Authors](#primary-authors)\n- [Other Contributors](#other-contributors)\n- [MIT license](#mit-license)\n- [Change Log](#change-log)\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#getting-started)Getting started\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n#### Install Git locally\n\u003c/summary\u003e  \n\n\u003cbr/\u003e\nYou can follow one of these links:  \n\u003cbr/\u003e\n\n|    Option           |              Link                                                |                          Command                      |\n| ------------------- | ---------------------------------------------------------------- | ----------------------------------------------------- |\n| ***Windows, Linux, Mac***| [git-scm.com/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)|  _👈 Select according to your OS_        |\n| ***Homebrew***      | [atlassian.com/install-git](https://www.atlassian.com/git/tutorials/install-git)         | `brew install git`            |\n\n\u003c/details\u003e  \n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#configure-this-project)Configure this project\n\nOpen your console/terminal and run this: \n\n```sh\ncd Desktop #or: \u003ecd \u003c/your/desired/project/path/\u003e \ngit clone https://github.com/cvera08/multi-games-artificial-intelligence-js.git\ncd multi-games-artificial-intelligence-js\n```\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#quick-run)Quick run\n\n- Open your favorite browser\n- Drag and drop the [_index.html_][index.html] file into your navigator\n- -_Or just open the [index.html][index.html] file from your browser_-\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#play-games-directly-in-the-browser)Play Games directly in the Browser\n\n- Once you open the games in your local browser\n- Choose your favorite game. The options are:\n   - [Snake](https://cvera08.github.io/multi-games-artificial-intelligence-js/Snake%20AI/index.html)\n   - [Tic Tac Toe](https://cvera08.github.io/multi-games-artificial-intelligence-js/Tic%20Tac%20Toe%20AI/index.html)\n   - [Pong](https://cvera08.github.io/multi-games-artificial-intelligence-js/Pong%20AI/index.html)\n   - [Soccer Car](https://cvera08.github.io/multi-games-artificial-intelligence-js/Soccer%20Car%20AI/index.html)\n- Hit the **START** button\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#github-actions-support)GitHub Actions Support\n\nThis repository has the support for its own [GHA](https://github.com/cvera08/multi-games-artificial-intelligence-js/actions) as well\n\n#### Deploy Changes with GHA\n\nIn this case, it is pretty straightforward:\n\n- Just commit a new change\n- Go to the [GitHub Actions](https://github.com/cvera08/multi-games-artificial-intelligence-js/actions) of this Repository\n- There you will have a yellow/progress of your deploy\n- Once finished it will be red or green\n- If green status, just reload the [site][Demo] URL without cookies (You can do it with cmd + shift + r)\n\n\u003cbr/\u003e\n\n![image](https://github.com/cvera08/multi-games-artificial-intelligence-js/assets/28716586/37072471-74c9-47d4-a036-4200e38e3fa5)\n\n![image](https://github.com/cvera08/multi-games-artificial-intelligence-js/assets/28716586/093d2f16-cab6-4f97-aaad-fee36010a4e9)\n\n_You can see the list of deployments at [All Deployments](https://github.com/cvera08/multi-games-artificial-intelligence-js/deployments) GH Page_\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#additional-commands)Additional Commands\n\nN/A\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#miscellaneous)Miscellaneous\n\nN/A\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#primary-authors)Primary Authors\n\n\n* __[Carlos Vera](https://www.linkedin.com/in/carlos-vera-06a6b053)__\n\n    [@cvera08](https://github.com/cvera08) is the current creator and maintainer of the code and has written much of the\n    current code base, including complete refactors, bug fixing and general improvements to the existing code base.\n    He has been assisting with maintenance and adding project documentation as well\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#other-contributors)Other Contributors\n\n\nN/A\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#mit-license)MIT license\n\nCopyright (c) 2024 Carlos Vera\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n___\n\n## [![](https://i.ibb.co/2kHmnLX/image.png)](#change-log)Change Log\n\nStable Builds:\n\n* Apr 25, 2024 -- v2.0.5\n  * Fix Table of Contents\n\n* Apr 24, 2024 -- v2.0.4\n  * Fix Play Games Link\n\n* Apr 8, 2024 -- v2.0.1\n  * Project Documentation\n\n* Apr 3, 2024 -- v1.1.9\n  * Snake Game\n\n* Mar 30, 2024 -- v1.1.8\n  * Soccer Game\n\n* Mar 27, 2024 -- v1.1.5\n  * Pong Game\n\n* Mar 20, 2024 -- v1.0.2\n  * Main HTML Page\n\n* Mar 19, 2024 -- v1.0.0\n  * Initial Project","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvera08%2Fmulti-games-artificial-intelligence-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvera08%2Fmulti-games-artificial-intelligence-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvera08%2Fmulti-games-artificial-intelligence-js/lists"}