Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 743 Bytes

RC ENGINE

simple raycasting engine

Here a simple raycasting able to display the map that you can create !!

-> Go to data/map and create yours own maps

-> the first line is the number of walls on your map -> each line is composed with 4 numbers (the coordinates x, y and x, y of two points to draw your line).

IMPORTANT -> your map needs to be closed.

CONTROLS

to move the view of the player :

Aand D

to move the player :

              ```ARROW_UP```

ARROW_LEFT ARROW_DOWN ARROW_RIGHT

PICTURES of the engine

picture_1

picture_2

picture_3

picture_4