diff --git a/2d-ray-casting/README.md b/2d-ray-casting/README.md new file mode 100644 index 0000000..3e4b305 --- /dev/null +++ b/2d-ray-casting/README.md @@ -0,0 +1,5 @@ +# Ray Casting 2D in JavaScript + +This is a nice problem for beginners to programming. In the video, it implements a basic ray casting engine with line segment “surfaces” and vector “rays.” The result simulates a light source casting shadows in a 2D canvas. + +https://thecodingtrain.com/CodingChallenges/145-2d-ray-casting.html