2d2d-gamecreating-gamesdd-programmingd-programming-gamedlanggame-devgame-developmentgamedevprogrammingraylibyoutube-tutorial
|
||
---|---|---|
lesson#1 | ||
lesson#2 | ||
lesson#3 | ||
lesson#4 | ||
lesson#5 | ||
lesson#6.1 | ||
lesson#6.2 | ||
lesson#7 | ||
lesson#8 | ||
lesson#9.1 | ||
lesson#9.2 | ||
lesson#9.3 | ||
lesson#10/raylib_firstWindow | ||
lesson#11/raylib_firstWindow | ||
lesson#12.1/raylib_firstWindow | ||
lesson#12.2 - Modules/raylib_firstWindow | ||
lesson#13 - 2D Tic Tac Toe/ticTacToe | ||
lesson#14 - 2D Snake Game | ||
lesson#15 - The Stack vs. the Heap | ||
lesson#16 - Pointers + Manual Memory Allocation | ||
lesson#17 - Classes vs. Structs | ||
lesson#18 - Encapsulation and Protection Attributes | ||
lesson#19.1 - Interfaces and Inheritance | ||
.gitignore | ||
README.md |
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!