{"id":15055611,"url":"https://github.com/orangomango/gameoflife","last_synced_at":"2026-02-01T04:31:49.688Z","repository":{"id":249896106,"uuid":"832628873","full_name":"OrangoMango/GameOfLife","owner":"OrangoMango","description":"Conway's game of life implementation in Java with the JavaFX framework","archived":false,"fork":false,"pushed_at":"2024-08-09T08:10:14.000Z","size":97,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T19:06:54.350Z","etag":null,"topics":["gameoflife","java","javafx"],"latest_commit_sha":null,"homepage":"https://orangomango.itch.io/gameoflife","language":"Java","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/OrangoMango.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":"2024-07-23T12:03:15.000Z","updated_at":"2024-08-09T08:10:17.000Z","dependencies_parsed_at":"2024-07-24T02:29:04.315Z","dependency_job_id":"15d05853-ddaf-4619-97b6-d9b1106376fa","html_url":"https://github.com/OrangoMango/GameOfLife","commit_stats":null,"previous_names":["orangomango/gameoflife"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangoMango%2FGameOfLife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangoMango%2FGameOfLife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangoMango%2FGameOfLife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrangoMango%2FGameOfLife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OrangoMango","download_url":"https://codeload.github.com/OrangoMango/GameOfLife/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239132545,"owners_count":19587106,"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":["gameoflife","java","javafx"],"created_at":"2024-09-24T21:44:55.326Z","updated_at":"2025-10-31T06:30:43.152Z","avatar_url":"https://github.com/OrangoMango.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conway's Game Of Life (v1.0-beta, not finished yet)\nConway's game of life implementation in Java with the JavaFX framework.\n\n# Links\n* Play it here (browser, windows, linux and mac): https://orangomango.itch.io/gameoflife\n* Wikipedia: https://en.wikipedia.org/wiki/Conway's_Game_of_Life\n\n# Rules\nA cell can be alive (white) or dead (black). On each generation the following rules are applied:\n1. Any alive cell with less than 2 neighbors is dead\n2. Any alive cell with more than 3 neighbors is dead\n3. Any alive cell with 2 or 3 neighbors keeps alive\n4. Any dead cell with exactly 3 neighbors is alive\n\n# Keys\nUse the right and left mouse buttons to place/remove cells and to pan the view. Initially the game is paused.\n* `SPACE` to pause/resume\n* `R` to reset\n* `G` to show/hide grid\n* `C` to create backup\n* `V` to load last backup\n* `L` to load a .cells plaintext file\n* `S` to save to a .cells plaintext file\n* `Q` to generate random alive cells\n\n# Screenshot\n![Screenshot from 2024-07-24 14-42-23](https://github.com/user-attachments/assets/385d9cc5-8c06-4a3e-999b-7de0d1669b75)\n![GIF_20240724_145657_245](https://github.com/user-attachments/assets/2538f265-696f-4c65-94d8-abab43950d72)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangomango%2Fgameoflife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forangomango%2Fgameoflife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangomango%2Fgameoflife/lists"}