{"id":17239116,"url":"https://github.com/binarymuse/js-game-of-life","last_synced_at":"2025-03-26T02:36:09.719Z","repository":{"id":66010524,"uuid":"5746465","full_name":"BinaryMuse/js-game-of-life","owner":"BinaryMuse","description":"Conway's Game of Life in JavaScript","archived":false,"fork":false,"pushed_at":"2012-09-12T05:46:09.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-03-23T18:58:25.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://binarymuse.github.com/js-game-of-life/","language":"JavaScript","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/BinaryMuse.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}},"created_at":"2012-09-10T07:58:27.000Z","updated_at":"2013-10-17T13:17:20.000Z","dependencies_parsed_at":"2023-02-19T21:15:43.275Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMuse/js-game-of-life","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fjs-game-of-life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fjs-game-of-life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fjs-game-of-life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fjs-game-of-life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMuse","download_url":"https://codeload.github.com/BinaryMuse/js-game-of-life/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245577486,"owners_count":20638313,"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":[],"created_at":"2024-10-15T05:47:46.758Z","updated_at":"2025-03-26T02:36:09.701Z","avatar_url":"https://github.com/BinaryMuse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Game of Life in JavaScript\n==========================\n\nThis is an implementation of [Conway's Game of Life][game-of-life] in JavaScript.\nIt is implemented using an [MVP architecture][mvp] and uses [state machines][state-machine]\nfor managing application state. (Instead of formal view objects, the application uses\njQuery wrapped elements and a canvas 2D context as views.)\n\n  [game-of-life]: http://en.wikipedia.org/wiki/Conway's_Game_of_Life\n  [mvp]: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter\n  [state-machine]: http://en.wikipedia.org/wiki/Finite-state_machine\n\nCheck out the running application at http://binarymuse.github.com/js-game-of-life/.\n\nThe application uses the following libraries:\n\n  * [es5-shim](https://github.com/kriskowal/es5-shim)\n  * [EventEmitter2](https://github.com/hij1nx/EventEmitter2)\n  * [javascript-state-machine](https://github.com/jakesgordon/javascript-state-machine)\n  * [jQuery](http://jquery.com/)\n\nLicense\n-------\n\nThis project is license under the MIT license:\n\n\u003e Copyright (c) 2012 Brandon Tilley\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is furnished\n\u003e to do so, subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in all\n\u003e copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n\u003e FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n\u003e COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n\u003e IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n\u003e CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fjs-game-of-life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymuse%2Fjs-game-of-life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fjs-game-of-life/lists"}