diff --git a/README.md b/README.md new file mode 100644 index 0000000..df8ee50 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# raycast +A small raycaster graphics engine in javascript with html 5 canvas. + +Code mostly follows [this C++ raycaster tutorial](http://lodev.org/cgtutor/raycasting.html) + +![screenshot](https://raw.githubusercontent.com/psaikko/raycast/master/screenshot.png)