Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flagpatch authored Jan 24, 2022
1 parent 9473029 commit c61852e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ Raycaster engine made in Scratch.

## What is a raycaster?
A raycaster is a 2D game but it draw something called "rays" on the 2d map, and then calculates the size of each line and the brightness from a first person distance, making it a 3D game. This is a common tactic used in old games like Wolfenstein 3D (Doom is not a raycaster, btw)

## How do I make a map?
Make your map inside of the MAP sprite using the vector tools in the costumes tab.

After that, go to the 3D DRAW tab and set the pen color to the color you want the map.
(comments/notes are in the respective sprites telling you where)

Also, set starting position with PERSON sprite as needed.

0 comments on commit c61852e

Please sign in to comment.