Learn D programming language by creating games!
Go to file
kirill.saidov 8705402b39 thumbnail added 2021-09-10 11:08:48 +06:00
assets assets .svgs removed 2021-08-29 12:52:01 +06:00
img thumbnail added 2021-09-10 11:08:48 +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 dub.json raylib config updated 2021-08-05 09:36:33 +06:00
lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow dub.json raylib config updated 2021-08-05 09:36:33 +06:00
lesson#12.1 - Structs/raylib_firstWindow dub.json raylib config updated 2021-08-05 09:36:33 +06:00
lesson#12.2 - Modules/raylib_firstWindow dub.json raylib config updated 2021-08-05 09:36:33 +06:00
lesson#13 - 2D Tic Tac Toe/ticTacToe dub.json raylib config updated 2021-08-05 09:36:33 +06:00
lesson#14 - 2D Snake Game dub.json raylib config updated 2021-08-05 09:36:33 +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
lesson#19.2 - Inheriting from classes Inheriting from Classes 2020-07-19 17:32:37 +06:00
lesson#19.3 - Static and Final members Static and Final members 2020-07-21 17:30:26 +06:00
lesson#20 - this, alias, alias this keyword this, alias, alias ... this keywords 2020-07-27 17:43:06 +06:00
lesson#21 - More on Imports Aliased, public imports 2020-07-30 11:56:57 +06:00
lesson#22 - Singleton design pattern/ourGame dub.json updated 2021-08-29 10:52:14 +06:00
lesson#23 - State design pattern/ourGame dub.json updated 2021-08-29 10:52:14 +06:00
lesson#24 - Observer Design Pattern Observer Design Pattern 2021-03-06 17:26:34 +06:00
lesson#25 - Wrapping up the Game State Manager/ourGame dub.json updated 2021-08-29 10:52:14 +06:00
lesson#26 - Drawing a player slides added 2021-09-05 08:48:28 +06:00
video_scripts lesson#26 video script finished 2021-09-04 17:48:06 +06:00
.gitignore gitignore updated 2021-08-29 12:39:43 +06:00
LICENSE create LICENSE 2021-08-14 12:45:10 +06:00
README.md Update README.md 2021-08-05 10:09:00 +06:00

README.md

Learn D by creating 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 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!