mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 00:36:59 +00:00
Compare commits
4 Commits
099b5b65c2
...
0847c323d6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0847c323d6 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
cbbacf7482 |
@@ -123,6 +123,7 @@ It's a great way to learn.
|
||||
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
|
||||
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
|
||||
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
|
||||
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
|
||||
|
||||
|
||||
#### Build your own `Database`
|
||||
@@ -161,6 +162,7 @@ It's a great way to learn.
|
||||
* [**C++**: _Emulation tutorial (Master System emulator)_](http://www.codeslinger.co.uk/pages/projects/mastersystem/memory.html)
|
||||
* [**C++**: _NES Emulator From Scratch_](https://www.youtube.com/playlist?list=PLrOv9FMX8xJHqMvSGB_9G9nZZ_4IgteYf) [video]
|
||||
* [**Common Lisp**: _CHIP-8 in Common Lisp_](http://stevelosh.com/blog/2016/12/chip8-cpu/)
|
||||
* [**Go**: _HOW TO WRITE A (TOY) JVM_](https://zserge.com/posts/jvm/)
|
||||
* [**JavaScript**: _GameBoy Emulation in JavaScript_](http://imrannazar.com/GameBoy-Emulation-in-JavaScript)
|
||||
* [**Python**: _Emulation Basics: Write your own Chip 8 Emulator/Interpreter_](http://omokute.blogspot.com.br/2012/06/emulation-basics-write-your-own-chip-8.html)
|
||||
* [**Rust**: _0dmg: Learning Rust by building a partial Game Boy emulator_](https://jeremybanks.github.io/0dmg/)
|
||||
|
||||
Reference in New Issue
Block a user