From 7c5fa610a51d7bd304326caf30a70f6aaac0252b Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Fri, 7 Jul 2017 01:03:00 -0400 Subject: [PATCH] beginnig game programming with c++ and sdl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e514c7d..8682a22 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [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_) * [How to Write an Emulator (CHIP-8 interpreter)](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) +* [Beginning Game Programming with C++ and SDL](http://lazyfoo.net/tutorials/SDL/) * Let's Code a TCP/IP Stack * [Part 1: Ethernet & ARP](http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/) * [Part 2: IPv4 & ICMPv4](http://www.saminiir.com/lets-code-tcp-ip-stack-2-ipv4-icmpv4/)