Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.61 KB

Self-learning-car

https://self-learning-car.vercel.app/

Current update ⚜️

image

Whats New: (11th october) ⚜️

Eyes Of The Car!

image

  • Car now has proximity sensors on it. Read more here https://en.wikipedia.org/wiki/Proximity_sensor

  • The sensors can (for the time being) visually represent the intersections of road boarder and rays image

  • This method is often implemented in video games often under the name of, "Ray casting" for actual game implementations

image

  • Here's the very useful getIntersection function (in utils.js), wrote from scratch. This would come very handy when we start teaching the car to nagvigate through the road itself (and in future traffic).

  • We also added another js file (sensors.js) which holds all the code for it.

Whats New: (7th october) ⚜️

IT MOVES!!

image

  • The camera now follows the car in a bird eye view perspective.
  • The car trully seems to being moving because of the animated roads.
  • We only used save(), restore() and translate() function to do this.
  • The website is now deployed on https://self-learning-car.vercel.app/