This is a simple raycasting engine written entirely in Typscript using an HTML5 canvas.
To run the game,
- Open a Terminal window or command prompt
- Install NPM if you haven't already
- Change to the maze_game root directory
- Run
npm install
- Run
npx serve
- Open a web browser and paste the url that was copied to the clipboard
- Enjoy!