mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
how to make minecraft in c++ and opengl
This commit is contained in:
parent
b66d927237
commit
1c9e4c5c61
1 changed files with 2 additions and 1 deletions
|
@ -9,11 +9,12 @@ Learning by doing is important and more effective than plainly following a docum
|
|||
* [Ruby](#ruby)
|
||||
* [Haskell](#haskell)
|
||||
|
||||
## C:
|
||||
## C/C++:
|
||||
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
|
||||
* [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
|
||||
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
|
||||
* [Write an OS from scratch](https://github.com/tuhdo/os01)
|
||||
* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_)
|
||||
|
||||
## JavaScript:
|
||||
* [Create Serverless React.js Apps](http://serverless-stack.com/)
|
||||
|
|
Loading…
Reference in a new issue