Learn D programming language by creating games!
Go to file
Ki Rill f3d3c91fbb
Update main.d
2019-12-16 14:12:05 +06:00
lesson#1 Update README.md 2019-12-16 10:47:03 +06:00
lesson#2 Update main.d 2019-12-16 10:57:13 +06:00
lesson#3 Update main.d 2019-12-16 14:12:05 +06:00
README.md Update README.md 2019-12-16 14:09:17 +06:00

README.md

Learn-Dlang-game-dev

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: https://www.youtube.com/playlist?list=PLgM-lc_kSqFQPF0UXgmFZpZalqcrSofe-

A great book on D programming language

Programming in D by Ali Çehreli: http://ddili.org/ders/d.en/index.html

Required software

  • DMD compiler
  • DUB package manager
  • Your favorite text editor (I use Sublime Text :)

Have a nice day!