Skip to content

Commit 87978f2

Browse files
committed
Add Handmade Hero tutorial.
* Add link to the official site of the Handmade Hero video game creation video tutorial series to the C++ OpenGL subsection. * Sort C++ OpenGL subsection tutorials alphabetically.
1 parent 44e4cf8 commit 87978f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
6666

6767
### OpenGL:
6868

69-
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
7069
* Creating 2D Breakout game clone in C++ with OpenGL
7170
* [Breakout](https://learnopengl.com/In-Practice/2D-Game/Breakout)
7271
* [Setting up](https://learnopengl.com/In-Practice/2D-Game/Setting-up)
@@ -82,6 +81,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
8281
* [Audio](https://learnopengl.com/In-Practice/2D-Game/Audio)
8382
* [Render text](https://learnopengl.com/In-Practice/2D-Game/Render-text)
8483
* [Final thoughts](https://learnopengl.com/In-Practice/2D-Game/Final-thoughts)
84+
* [Handmade Hero](https://handmadehero.org)
85+
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
8586

8687
## C#:
8788

0 commit comments

Comments
 (0)