From ac4c1d32f22c69af1bf95e36125ff36f1da08685 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Fri, 6 Sep 2024 18:47:37 +0200 Subject: [PATCH] README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f9b1f1..f7fd545 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # 2D_Engine +Moteur de jeu écrit en C++ utilisant la librairie graphique SDL2. -Moteur de jeu écrit en C++ utilisant la librairie graphique SDL2. \ No newline at end of file +# Sources +La librairie nlohmann/json provient de **Nlohmann** sur *Github* (https://github.com/nlohmann/json). + +Les assets proviennent de **Anokolisa** sur *itch.io* (https://anokolisa.itch.io/dungeon-crawler-pixel-art-asset-pack). + +L'ECS est basé sur celui de **Let's Make Games !** sur *youtube* (https://www.youtube.com/watch?v=XsvI8Sng6dk&list=PLhfAbcv9cehhkG7ZQK0nfIGJC_C-wSLrx&index=9).