greatcodeclub / raycaster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray caster

Simple Ray caster in JavaScript projected on HTML5 Canvas.

A project of The Great Code Club.

Running

Start a web server in the current directory. If you have python 2.x installed:

$ python -m SimpleHTTPServer 3000

(See this list for other ways to start a static web server.)

Then browse to http://localhost:3000/.

Reload the page each time you change something, or check out Guardfile to setup automatic reloading.

License

Copyright 2014 Coded Inc. marc@codedinc.com

You are free to modify and distribute this however you want. Except for teaching purposes.

About


Languages

Language:JavaScript 90.1%Language:Ruby 9.9%