Learn D programming language by creating games!
Go to file
rillk500 4a0ee05557 Interfaces and Inheritance 2020-07-11 11:54:06 +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
lesson#12.1/raylib_firstWindow Add files via upload 2020-02-15 19:06:26 +06:00
lesson#12.2/raylib_firstWindow Add files via upload 2020-02-15 19:07:36 +06:00
lesson#13/ticTacToe Update app.d 2020-03-08 20:12:37 +06:00
lesson#14 Update app.d 2020-04-05 19:50:17 +06:00
lesson#15 The stack vs the heap graphic 2020-04-18 19:35:43 +06:00
lesson#16 Pointers and Manual Memory Allocation 2020-05-03 08:53:15 +06:00
lesson#17 Classes vs. Structs in D 2020-06-17 17:12:59 +06:00
lesson#18 - Encapsulation and Protection Attributes Encapsulation and Protection Attributes 2020-07-10 12:47:34 +06:00
lesson#19.1 - Interfaces and Inheritance Interfaces and Inheritance 2020-07-11 11:54:06 +06:00
.gitignore Preparing for new tutorial episode 2020-03-21 09:47:35 +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!