Learn D programming language by creating games!
Go to file
Ki Rill dda01a7b2a
Update app.d
2020-01-24 22:17:03 +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
lesson#4 Add files via upload 2019-12-17 13:14:19 +06:00
lesson#5 Add files via upload 2019-12-18 08:45:06 +06:00
lesson#6.1 Update main.d 2019-12-20 16:05:56 +06:00
lesson#6.2 Update main.d 2019-12-21 14:41:08 +06:00
lesson#7 Update ticTacToe.d 2019-12-23 16:28:44 +06:00
lesson#8 Add files via upload 2019-12-30 12:55:54 +06:00
lesson#9.1 Add files via upload 2019-12-30 12:59:04 +06:00
lesson#9.2 Add files via upload 2020-01-07 12:15:19 +06:00
lesson#9.3 Update main.d 2020-01-12 10:57:43 +06:00
lesson#10/raylib_firstWindow Add files via upload 2020-01-18 16:12:32 +06:00
lesson#11/raylib_firstWindow Update app.d 2020-01-24 22:17:03 +06:00
README.md Update README.md 2019-12-30 12:59:59 +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 download 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

The official Dlang Tutorial

Take the Dlang Tour: https://tour.dlang.org/

Required software

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

Have a nice day!