https://github.com/codenameyau/forest-ecosystem
:beginner: Forest Ecosystem simulation
https://github.com/codenameyau/forest-ecosystem
Last synced: 12 months ago
JSON representation
:beginner: Forest Ecosystem simulation
- Host: GitHub
- URL: https://github.com/codenameyau/forest-ecosystem
- Owner: codenameyau
- License: mit
- Created: 2014-08-01T12:50:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T17:51:29.000Z (over 10 years ago)
- Last Synced: 2025-03-24T15:12:08.586Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codenameyau.github.io/forest-ecosystem/
- Size: 499 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
forest-ecosystem
================

**Forest Ecosystem** is a simulation based on this
[programming challenge](http://codegolf.stackexchange.com/q/35322/30051).
I really enjoyed working on this project, and learned how to efficiently run a simulation
on a 3D Array data structure and then passing that data to be drawn in an HTML5 canvas.
I encountered several issues such as looping efficiency, splicing during loop iterations,
and designing an elegant ForestLife and ForestEcosystem interface. In the end it took several
paper brainstorms and redesigns, but ultimately turned out to be what I wanted!
[**Live Demo**](https://codenameyau.github.io/forest-ecosystem/)