LifeEngine icon indicating copy to clipboard operation
LifeEngine copied to clipboard

The Life Engine

Results 30 LifeEngine issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

[comment]: (ISSUES ARE NOT FOR IDEAS OR SUGGESTIONS) **Describe the bug** After saving a world with "Use evolved mutation rate = off" the value of "Global mutation rate" is not...

bug

**Describe the bug** When I try to build it with `npm run build-watch` it shows this error message **To Reproduce** - checkout the repo - npm i - npm run...

bug

[comment]: (ISSUES ARE NOT FOR IDEAS OR SUGGESTIONS) org.move_range += Math.floor(Math.random() * 4) - 2; -2..1 -0.5 range per mutate. After 10-20 mutates range will be 1. With extreme low...

bug

Center the icon horizontally and use CSS animation to handle the "blinking" animation

![skip-frames](https://user-images.githubusercontent.com/29312699/149834333-380a5d69-92a9-421c-85da-4cda84d77cc3.gif) The specified amount of frames is skipped before each render, making it possible to render without performance problems. **Hotkey J was assigned to this feature and now Hotkey K...

![mutation-overhaul](https://user-images.githubusercontent.com/29312699/150285725-33b430b4-a74a-4261-9b3d-77272af98032.gif) Like mutation, the probabilities of mutation types(add, change, remove) can also be mutated by being carried in the organism. Added elements to the interface that the user can edit...

![peek](https://user-images.githubusercontent.com/29312699/149563552-67662920-1b28-4c3e-a7c9-e8dd56ee6bba.gif) As it says in the title, you can set the reproduction cost of each cell separately by clicking the colors in the About tab, with load/save support! I removed...