Skip to content

Commit a92727f

Browse files
author
Robby Faller
authored
Merge pull request #10 from wetHands04/master
Added 4 interesting projects
2 parents 12dae21 + d4064e4 commit a92727f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ A list of tutorials that work towards the making of small to large projects in C
5252

5353
## Game Development
5454

55+
* [Write The Old-School Fire Effect and Bare-Metal Programming in Assembly and C](https://www.hanshq.net/fire.html)
5556
* [Astroids Clone](https://gtk.dashgl.com/?folder=Astroids)
5657
* [Brickout Clone](https://gtk.dashgl.com/?folder=Brickout)
5758
* [Chess Engine In C](https://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg) `video`
5859
* [Coding A Sudoku Solver in C](https://www.youtube.com/playlist?list=PLkTXsX7igf8edTYU92nU-f5Ntzuf-RKvW) `video`
5960
* [Coding a Rogue/Nethack RPG in C](https://www.youtube.com/playlist?list=PLkTXsX7igf8erbWGYT4iSAhpnJLJ0Nk5G) `video`
6061
* [Creating a 2D platformer](https://www.parallelrealities.co.uk/tutorials/#ppp)
62+
* [Write Othello Game from scratch in C](https://www.hanshq.net/othello.html)
6163
* [Creating a 2D shoot 'em up](https://www.parallelrealities.co.uk/tutorials/#shooter)
6264
* [Creating a 2D top-down shooter](https://www.parallelrealities.co.uk/tutorials/#bad)
6365
* [Handmade Hero](https://handmadehero.org/) `video` `in-progress`
@@ -167,7 +169,9 @@ A list of tutorials that work towards the making of small to large projects in C
167169
* [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/)
168170
* [How to Write a Video Player in Less Than 1000 Lines](http://dranger.com/ffmpeg/ffmpeg.html)
169171
* [Learn FFmpeg libav the Hard Way](https://github.com/leandromoreira/ffmpeg-libav-tutorial) `in-progress`
172+
* [Write BigInt Calculator in C](https://www.hanshq.net/bigint.html)
170173
* [Write a hash table in C](https://github.com/jamesroutley/write-a-hash-table)
174+
* [Write Your Own Zip from scratch in C](https://www.hanshq.net/zip.html)
171175
* [Writing an SVG Library](http://www.codedrome.com/svg-library-in-c/)
172176

173177
## Other Resources

0 commit comments

Comments
 (0)