UNPKG

ts-raycasting

Version:
15 lines (14 loc) 384 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Raycast: 2d map</title> </head> <body> <h1>Raycasting Example: 2d map</h1> <canvas id="minimap" width="100" height="60"></canvas> <script src="../../dist/web/raycast.min.js"></script> <script src="2dmap.js"></script> <script src="../controls.js"></script> </body> </html>