{"id":28508573,"url":"https://github.com/kevocde/game-life","last_synced_at":"2026-05-12T07:32:33.658Z","repository":{"id":49340267,"uuid":"114724344","full_name":"kevocde/game-life","owner":"kevocde","description":"The Game of Life created by Horton Conway, implemented using Webpack, Lodash and Tailwindcss.","archived":false,"fork":false,"pushed_at":"2022-08-06T07:01:04.000Z","size":604,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T21:37:53.232Z","etag":null,"topics":["frontend","javascript","single-page-app","tailwindcss","webpack"],"latest_commit_sha":null,"homepage":"","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/kevocde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T05:48:12.000Z","updated_at":"2022-07-25T17:26:45.000Z","dependencies_parsed_at":"2022-08-12T20:01:40.412Z","dependency_job_id":null,"html_url":"https://github.com/kevocde/game-life","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kevocde/game-life","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevocde%2Fgame-life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevocde%2Fgame-life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevocde%2Fgame-life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevocde%2Fgame-life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevocde","download_url":"https://codeload.github.com/kevocde/game-life/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevocde%2Fgame-life/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263226142,"owners_count":23433645,"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":["frontend","javascript","single-page-app","tailwindcss","webpack"],"created_at":"2025-06-08T21:30:42.108Z","updated_at":"2026-05-12T07:32:28.636Z","avatar_url":"https://github.com/kevocde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/kevocde/game-life\"\u003e\n    \u003cimg src=\"public/logo.png\" alt=\"Logo\" width=\"100\" height=\"100\"\u003e\n  \u003c/a\u003e\n  \u003ch2 align=\"center\"\u003eGame Of Life\u003c/h2\u003e\n  \u003cp align=\"center\"\u003e\n    This is one version of my favorite automaton game: \u003cstrong\u003eGame of Life\u003c/strong\u003e \n    originally created by \u003cstrong\u003eJohn Horton Conway\u003c/strong\u003e.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/kevocde/game-life\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://kevocde.github.io/game-life\" target=\"_blank\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/kevocde/game-life/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/kevocde/game-life/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n### About The Project\nThis project is my interpretation of the Game Of Life, \nwith this I only pretend improve my skills in **JavaScript**, **HTML**, **CSS** and **Webpack**.\n\n### Built with\n[![Html][Html.com]][Html-url] [![Css][Css.com]][Css-url] [![JavaScript][JavaScript.com]][JavaScript-url]\n[![Webpack][Webpack.js.org]][webpack-url] [![Lodash][Lodash.com]][lodash-url] \n[![Tailwindcss][Tailwindcss.com]][tailwindcss-url]\n\n### Getting Started\n#### Prerequisites\n* npm\n  ```sh\n  npm install npm@latest -g\n  ```\n* Any Web Browser\n\n#### Installation\n1. Clone the repo\n  ```shell\n    git clone https://github.com/kevocde/game-life.git -b main\n  ```\n2. Install dependences\n  ```\n    npm install\n  ```\n3. Compilate the project\n  ```\n    npm run build\n  ```\n4. Open in your web browser the `dist/index.html` file\n\n### License\nDistributed under the MIT License. See `LICENSE.txt` file for more information.\nSee more about this in [OpenSource MIT Licenses](https://opensource.org/licenses/MIT).\n\n### Contact\nKevin Guzmán (kevocde) - [@kevindanielgu15](https://twitter.com/KevinDanielGu15) - [kevocde@gmail.com](mailto:kevocde@gmail.com)\n\n[contributors-shield]: https://img.shields.io/github/contributors/kevocde/game-life.svg?style=for-the-badge\n[contributors-url]: https://github.com/kevocde/game-life/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/kevocde/game-life.svg?style=for-the-badge\n[forks-url]: https://github.com/kevocde/game-life/network/members\n[stars-shield]: https://img.shields.io/github/stars/kevocde/game-life.svg?style=for-the-badge\n[stars-url]: https://github.com/kevocde/game-life/stargazers\n[issues-shield]: https://img.shields.io/github/issues/kevocde/game-life.svg?style=for-the-badge\n[issues-url]: https://github.com/kevocde/game-life/issues\n[license-shield]: https://img.shields.io/github/license/kevocde/game-life.svg?style=for-the-badge\u0026logo=mit\n[license-url]: https://github.com/kevocde/game-life/blob/main/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/kevocode\n\n\n\n[Webpack.js.org]: https://img.shields.io/badge/webpack-%238DD6F9.svg?style=for-the-badge\u0026logo=webpack\u0026logoColor=white\n[webpack-url]: https://webpack.js.org\n[Lodash.com]: https://img.shields.io/badge/lodash-3492FF?style=for-the-badge\u0026logo=lodash\u0026\u0026logoColor=white\n[Lodash-url]: https://lodash.com\n[Tailwindcss.com]: https://img.shields.io/badge/tailwind%20CSS-06B6D4?style=for-the-badge\u0026logo=tailwindcss\u0026\u0026logoColor=white\n[Tailwindcss-url]: https://tailwindcss.com\n[Html.com]: https://img.shields.io/badge/html-E34F26?style=for-the-badge\u0026logo=html5\u0026\u0026logoColor=white\n[Html-url]: https://www.w3schools.com/html/html_intro.asp\n[Css.com]: https://img.shields.io/badge/css3-1572B6?style=for-the-badge\u0026logo=css3\u0026\u0026logoColor=white\n[Css-url]: https://www.w3schools.com/css/\n[JavaScript.com]: https://img.shields.io/badge/javascript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026\u0026logoColor=white\n[JavaScript-url]: https://www.w3schools.com/js/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevocde%2Fgame-life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevocde%2Fgame-life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevocde%2Fgame-life/lists"}