Update README.md

This commit is contained in:
Ki Rill 2019-12-14 18:31:44 +06:00 committed by GitHub
parent 14abc32d93
commit 8c14aa1de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,12 @@
# 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!
Hi! Join me on the journey of creating 2d games from scratch in D programming language! 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!
#### Youtube tutorial
You can follow my youtube tutorial:
#### Required software
- DMD compiler
- DUB package manager
- Your favoirite text editor (I use Sublime Text :)
Have a nice day!