From 5770acd462c5670d5c92e2602a5a3f11805c5766 Mon Sep 17 00:00:00 2001 From: asus Date: Sat, 25 May 2024 19:32:04 +0200 Subject: [PATCH] added installation infos in readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 22aa0db..8b3606e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # cube3D --- +### install +--- + +this project uses submodules recursively, so you after cloning you need to : + +`git submodule update --init --recursive` + + +### presentation +--- + This project is a 3D mini game, that uses raycasting to produce a FPP (first person perspective), something like Wolfenstein3D or Doom. ![moving into the 3D](assets/cube3d_aller_retour.gif)