From 41ba7fcbf3dc5a932eddd472b454a4b7307fc270 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Fri, 11 May 2018 10:24:33 +0200 Subject: [PATCH] Add tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e2aab1..aa1ee9e 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ * [**C++**: *Build your own VR headset for $100*](https://github.com/relativty/Relativ) * [**C++**: *How to write an emulator (CHIP-8 interpreter)*](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) * [**C++**: *Writing a Linux Debugger*](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/) + * [**C++**: *How a 64k intro is made*](http://www.lofibucket.com/articles/64k_intro.html) * [**Go**: *Build a web application in Go*](https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/) * [**Java**: *Build a Flashlight App*](https://www.youtube.com/watch?v=dhWL4DC7Krs) [video] * [**JavaScript**: *Learn JavaScript Promises by Building a Promise from Scratch*](https://levelup.gitconnected.com/understand-javascript-promises-by-building-a-promise-from-scratch-84c0fd855720)