Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 658 Bytes

This is a ray casting project using Python / pygame

The character moves using W A S D keys and the field of view changes using rightArrow and leftArrow.

You can change the map the way you want using MAP list in the code .

The code reads the MAP list and where there is a 1 it makes a square and where there is a 0 it leave it be .

Hear is demo :

Screenshot 2024-05-23 100608

Here is the 3D version .

Screenshot 2024-06-05 043721