Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 356 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 356 Bytes

Raycasting

An implementation of raycasting using PyGame and Numpy based on this coding train challenge (https://www.youtube.com/watch?v=TOEi6T2mtHo).

Rays originate from mouse position, MouseClick = turn rays on/off, wall locations are random with every run of the code.

alt text