From 14abc32d93053f577a7e2532b331d64134410d3a Mon Sep 17 00:00:00 2001 From: Ki Rill Date: Sat, 14 Dec 2019 17:54:06 +0600 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32c2eac --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Learn-Dlang-game-dev +Join me on the journey of creating 2d games from scratch in D programming language! Learn the basics of D programming language and game dev. We will start from making simple console games in D. Then, as we learn enough features of D language, we will install Raylib graphics library and start making 2D Games!