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).