Learn D programming language by creating games!
Go to file
rillk500 8f80108665 Installing DMD, DUB, Sublime Text 2020-07-11 13:00:38 +06:00
lesson#1 - Installing DMD, DUB, Sublime Text Installing DMD, DUB, Sublime Text 2020-07-11 13:00:38 +06:00
lesson#2 - Hello, Dlang Hello, Dlang 2020-07-11 12:59:45 +06:00
lesson#3 - Fundamental Data Types Fundamental Data Types 2020-07-11 12:59:10 +06:00
lesson#4 - Create a Calculator! Create a Calculator 2020-07-11 12:58:19 +06:00
lesson#5 - Improving our Calculator Improving our Calculator 2020-07-11 12:57:15 +06:00
lesson#6.1 - Strings and Arrays Strings and Arrays 2020-07-11 12:56:39 +06:00
lesson#6.2 - For loop and Random Number Generator For loop and Random Number Generator 2020-07-11 12:56:06 +06:00
lesson#7 - Passing by value and by reference Passing by value and by reference 2020-07-11 12:55:04 +06:00
lesson#8 - Converting Data Types Converting Data Types 2020-07-11 12:54:28 +06:00
lesson#9.1 - Enums Enums 2020-07-11 12:53:50 +06:00
lesson#9.2 - Creating Battleship game Creating Battleship game 2020-07-11 12:53:27 +06:00
lesson#9.3 - Finishing Battleship game Finishing Battleship game 2020-07-11 12:52:53 +06:00
lesson#10 - Setting up DUB with Raylib/raylib_firstWindow Setting up DUB with Raylib 2020-07-11 12:52:04 +06:00
lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow Opening a window and drawing with Raylib 2020-07-11 12:51:26 +06:00
lesson#12.1 - Structs/raylib_firstWindow Structs 2020-07-11 12:50:16 +06:00
lesson#12.2 - Modules/raylib_firstWindow Modules 2020-07-11 12:49:34 +06:00
lesson#13 - 2D Tic Tac Toe/ticTacToe 2D Tic Tac Toe 2020-07-11 12:48:57 +06:00
lesson#14 - 2D Snake Game 2D Snake Game 2020-07-11 12:47:58 +06:00
lesson#15 - The Stack vs. the Heap The Stack vs. the Heap 2020-07-11 12:47:13 +06:00
lesson#16 - Pointers + Manual Memory Allocation Pointers + Manual Memory Allocation 2020-07-11 12:19:59 +06:00
lesson#17 - Classes vs. Structs Classes vs. Structs 2020-07-11 12:19:05 +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!