mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
Merge a1d3ca4999 into 5f548a4f4c
This commit is contained in:
commit
18dcf743ed
1 changed files with 4 additions and 0 deletions
|
|
@ -170,9 +170,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]
|
||||
* [**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]
|
||||
|
|
@ -388,10 +390,12 @@
|
|||
* [**(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/)
|
||||
* [**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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue