{"id":18600872,"url":"https://github.com/cbrincoveanu/evogrid","last_synced_at":"2025-09-22T21:05:52.175Z","repository":{"id":200315447,"uuid":"701882341","full_name":"cbrincoveanu/EvoGrid","owner":"cbrincoveanu","description":"EvoGrid is a dynamic simulation exploring the evolution of artificial intelligence through random mutations of neural networks in a virtual grid ecosystem.","archived":false,"fork":false,"pushed_at":"2023-10-19T11:38:37.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T03:09:43.916Z","etag":null,"topics":["artificial-life","evolution","genetic-algorithm","simulation"],"latest_commit_sha":null,"homepage":"https://cbrincoveanu.github.io/EvoGrid/","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/cbrincoveanu.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,"governance":null}},"created_at":"2023-10-07T20:58:07.000Z","updated_at":"2024-04-11T20:03:16.000Z","dependencies_parsed_at":"2023-11-19T12:44:12.361Z","dependency_job_id":null,"html_url":"https://github.com/cbrincoveanu/EvoGrid","commit_stats":{"total_commits":48,"total_committers":1,"mean_commits":48.0,"dds":0.0,"last_synced_commit":"99bdb4123df5745e6eeb6c86577995fdeb0530f7"},"previous_names":["cbrincoveanu/evogrid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbrincoveanu/EvoGrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrincoveanu%2FEvoGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrincoveanu%2FEvoGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrincoveanu%2FEvoGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrincoveanu%2FEvoGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbrincoveanu","download_url":"https://codeload.github.com/cbrincoveanu/EvoGrid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbrincoveanu%2FEvoGrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276474016,"owners_count":25648803,"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","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["artificial-life","evolution","genetic-algorithm","simulation"],"created_at":"2024-11-07T02:06:09.134Z","updated_at":"2025-09-22T21:05:52.138Z","avatar_url":"https://github.com/cbrincoveanu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# evogrid\n\n## Overview\n\nThis project is a simulation of evolving organisms in a grid environment, aiming to study artificial intelligence through evolutionary mechanisms. Organisms move, eat, reproduce, and interact in an environment, driven by a neural network. Their behaviors and interactions can evolve over time through genetic algorithms.\n\n### Features\n\n- **Neural Network-driven Organisms**: Each organism's behavior is controlled by a neural network, determining its movements, eating habits, and other interactions.\n  \n- **Evolution Through Reproduction**: Successful organisms reproduce, passing on their traits to the next generation. This process involves mechanisms like mutation and even sexual reproduction with mixing traits.\n\n- **UI for Real-time Parameter Adjustments**: A user interface with sliders allows on-the-fly adjustments to various simulation parameters.\n\n- **Responsive Design**: The simulation adjusts seamlessly to various screen sizes, ensuring a consistent experience across devices.\n\n## Getting Started\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/cbrincoveanu/evogrid.git\n   ```\n2. Navigate to the project directory:\n   ```\n   cd evogrid\n   ```\n\n3. Open `index.html` in a browser to run the simulation.\n\n## Usage\n\n1. **Sliders**: Use the sliders on the right to adjust various simulation parameters like speed, mutation rate, etc.\n2. **Canvas**: The left side displays the grid where organisms interact. Each organism's color, size, or shape might indicate its energy, age, or other properties.\n\n## Future Work\n\n- Integrate reinforcement learning mechanisms.\n- Improve efficiency and speed of the simulation for larger grids or populations.\n- Explore different neural network architectures.\n\n## Contributing\n\nContributions, issues, and feature requests are welcome. Feel free to check the [issues page](https://github.com/cbrincoveanu/evogrid/issues) for open issues.\n\n## License\n\nMIT License\n\nCopyright (c) [year] [fullname]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbrincoveanu%2Fevogrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbrincoveanu%2Fevogrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbrincoveanu%2Fevogrid/lists"}