From dcd46cf2a002074fd9bfc69bbc5e336a04dfddf3 Mon Sep 17 00:00:00 2001 From: Ilya Pantsir <42717485+wetHands04@users.noreply.github.com> Date: Sat, 7 Mar 2020 22:35:55 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54eb2b4..c738fee 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ * [**C**: _Handmade Hero_](https://handmadehero.org/) * [**C**: _How to Program an NES game in C_](https://nesdoug.com/) * [**C**: _Chess Engine In C_](https://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg) [video] +* [**Assembly**: Write The Old-School Fire Effect and Bare-Metal Programming in C and Assembly ](https://www.hanshq.net/fire.html) * [**C**: _Let's Make: Dangerous Dave_](https://www.youtube.com/playlist?list=PLSkJey49cOgTSj465v2KbLZ7LMn10bCF9) [video] * [**C**: _Learn Video Game Programming in C_](https://www.youtube.com/playlist?list=PLT6WFYYZE6uLMcPGS3qfpYm7T_gViYMMt) [video] From 1c1289bd408b576a912ce021bef0de69734359ad Mon Sep 17 00:00:00 2001 From: Ilya Pantsir <42717485+wetHands04@users.noreply.github.com> Date: Sun, 8 Mar 2020 11:07:24 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c738fee..6477f2c 100644 --- a/README.md +++ b/README.md @@ -171,10 +171,11 @@ #### Build your own `Game` +* [**Assembly**: Write The Old-School Fire Effect and Bare-Metal Programming in C and Assembly ](https://www.hanshq.net/fire.html) * [**C**: _Handmade Hero_](https://handmadehero.org/) * [**C**: _How to Program an NES game in C_](https://nesdoug.com/) * [**C**: _Chess Engine In C_](https://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg) [video] -* [**Assembly**: Write The Old-School Fire Effect and Bare-Metal Programming in C and Assembly ](https://www.hanshq.net/fire.html) +* [**C**: Othello Game in C ](https://www.hanshq.net/othello.html#win) * [**C**: _Let's Make: Dangerous Dave_](https://www.youtube.com/playlist?list=PLSkJey49cOgTSj465v2KbLZ7LMn10bCF9) [video] * [**C**: _Learn Video Game Programming in C_](https://www.youtube.com/playlist?list=PLT6WFYYZE6uLMcPGS3qfpYm7T_gViYMMt) [video] From ad5e4441501dddea297d187652396764a1c40f04 Mon Sep 17 00:00:00 2001 From: Ilya Pantsir <42717485+wetHands04@users.noreply.github.com> Date: Sun, 8 Mar 2020 11:10:51 +0200 Subject: [PATCH 3/4] Added Zip implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6477f2c..e3d9327 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/) * [**Alloy**: _The Same-Origin Policy_](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: _How to Write a Video Player in Less Than 1000 Lines_](http://dranger.com/ffmpeg/ffmpeg.html) +* [**C**: Implement your own Zip in C ](https://www.hanshq.net/zip.html) * [**C**: _Learn how to write a hash table in C_](https://github.com/jamesroutley/write-a-hash-table) * [**C**: _The very basics of a terminal emulator_](https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html) * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) From a1d3ca499937d211fd42ef888396bd0bac6d476a Mon Sep 17 00:00:00 2001 From: Ilya Pantsir <42717485+wetHands04@users.noreply.github.com> Date: Sun, 8 Mar 2020 11:14:33 +0200 Subject: [PATCH 4/4] Added BigInt calculator implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3d9327..672f3a5 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ * [**C**: _The very basics of a terminal emulator_](https://www.uninformativ.de/blog/postings/2018-02-24/0/POSTING-en.html) * [**C**: _Write a System Call_](https://brennan.io/2016/11/14/kernel-dev-ep3/) * [**C**: _Sol - An MQTT broker from scratch_](https://codepr.github.io/posts/sol-mqtt-broker) +* [**C**: Write BigInt calculator in C ](https://www.hanshq.net/bigint.html) * [**C++**: _Build your own VR headset for $100_](https://github.com/relativty/Relativ) * [**C++**: _How X Window Managers work and how to write one_](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) * [**C++**: _Writing a Linux Debugger_](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/)