From a777cfefb672da9076e9cddadeae4e834d328113 Mon Sep 17 00:00:00 2001 From: yesim <76959962+ys-zm@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:51:17 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 899e4bd..220253f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ The renderer colors individual pixels to draw the 3D maze based on the wall leng 4. `make re` calls `fclean` followed by `all` +5. `make run` runs the program + --- ## Usage: @@ -33,3 +35,13 @@ The renderer colors individual pixels to draw the 3D maze based on the wall leng ### Parameters: map_file: a configuration file (with a .cub extension) outlining texture paths, player start position and maze shape. Please see the example .cub files in the 'test_maps' directory to set one up or use one directly. + + +## Play: + +1. WSAD to move around +2. QE or moving the mouse to look around + +## Issues: + +1. Door collision (sliding through)