This is the code for an ecosystem simulation website. It includes both front and backends. The idea is for users to be able to submit code for their own custom "animals" that can take in information about their environment (nearby food, their energy, their age, nearby animals) and output what action they want to take (if they want to move a certain direction, eat, reproduce, sleep, or predate). I might add more things soon, and the logic of the site for right now is not so pristine!
It is still very much a work in progress! If you spot any bugs / want to add any additional features send a pull request.