{"id":19444370,"url":"https://github.com/athemathmo/stochasticgameoflife","last_synced_at":"2025-07-05T08:37:30.909Z","repository":{"id":66349485,"uuid":"46882277","full_name":"AtheMathmo/StochasticGameOfLife","owner":"AtheMathmo","description":"A simple java applet which presents a twist on Conway's Game Of Life.","archived":false,"fork":false,"pushed_at":"2015-11-25T19:52:50.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T22:40:54.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.sleepycoding.co.uk/?page_id=147","language":"Java","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/AtheMathmo.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":"2015-11-25T19:33:50.000Z","updated_at":"2015-11-25T19:41:15.000Z","dependencies_parsed_at":"2023-02-21T16:00:35.482Z","dependency_job_id":null,"html_url":"https://github.com/AtheMathmo/StochasticGameOfLife","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/AtheMathmo%2FStochasticGameOfLife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtheMathmo%2FStochasticGameOfLife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtheMathmo%2FStochasticGameOfLife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtheMathmo%2FStochasticGameOfLife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtheMathmo","download_url":"https://codeload.github.com/AtheMathmo/StochasticGameOfLife/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240628338,"owners_count":19831669,"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-11-10T16:06:48.444Z","updated_at":"2025-02-25T08:19:21.878Z","avatar_url":"https://github.com/AtheMathmo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stochastic Game of Life\n\n_This is an old project which I am no longer working on._\n\nThis repository contains a simple java applet which presents a twist on [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). In the classic version the following rules apply:\n\n1. Any live cell with fewer than two live neighbours dies, as if caused by under-population.\n2. Any live cell with two or three live neighbours lives on to the next generation.\n3. Any live cell with more than three live neighbours dies, as if by over-population.\n4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.\n\nIn this version the rules can be changed slightly. We allow a revival rate which causes some cells to randomly come back to life (this can be controlled within the applet). In addition to this we allow the rules to be mutated according to a markov chain - of which the user controls the rate of transition.\n\n---\n\nThis project is a result of me playing around with GUIs in java and wanting to create and extend Conway's Game of Life.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathemathmo%2Fstochasticgameoflife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathemathmo%2Fstochasticgameoflife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathemathmo%2Fstochasticgameoflife/lists"}