/SapiensShow

Primary LanguageJavaScript

Sapiens Show

Simple simulation of nature selection (in theory)

Tasks

  • setup of the canvas and shapes
  • animation loop
  • ball just floating around
  • simple collision detection ball vs borders
  • changing the speed of the animation loop
  • dynamically create new balls
  • getting manual control over any of the balls
  • circle vs circle collision detection (or just use rectangle over the circle for detection?)
  • tiles map
  • simple rabdom character avatar generator
  • pathfinding function