This is a evolution simulation running entirely on the browser. This was inspired by Biosim from https://github.com/davidrmiller/biosim4
Stars
6
Forks
1
Watchers
6
Open Issues
0
Overall repository health assessment
^7.4.0^7.6.1^4.2.0^4.2.0^1.33.0^4.2.7^4.2.7^5.15.0^4.6.4^3.0.0128
commits
feat: update README.md to include a link to the new repo
18c5832View on GitHubOptimization: Use an approximation of the tanh function for better performance
9b8e354View on GitHubOptimization: Unify all sensors inside a class and do the same to actions
20378adView on GitHubFix: prevent creatures from spawning or moving on top of another
5778871View on GitHubOptimization: Use a weird trick to speed up the 'calculateInputs' function in Creature.ts
2826527View on GitHubOptimization: Add obstacles and areas to the grid only during its initialization
355a832View on GitHubFix the graph not updating just after restarting the simulation
5cbf182View on GitHubFix error in getInterpolatedPointAt by clamping the position inside of it
380cf36View on GitHub