We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3ab98c + a26ba73 commit e094f1fCopy full SHA for e094f1f
zh-CN/src/elegant-code-base.md
@@ -27,7 +27,7 @@
27
28
### 5. 在 PNG 中隐藏你的秘密
29
30
-[这本书](https://picklenerd.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。
+[这本书](https://jrdngr.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。
31
32
### 6. 使用 Rust 写一个小型 OS
33
@@ -46,4 +46,7 @@
46
47
[这本开源书](https://github.com/rust-hosted-langs/book) 是一个使用 Rust 语言实现编译型语言的教程。
48
49
+### 10. Rust编写推箱子游戏教程
50
+[sokoban](https://sokoban.iolivia.me/zh_cn/c01-00-intro) 是一个使用 Rust 语言实现 sokoban 游戏的教程。虽然社区已停止活跃( Initial Commits on Sep 3, 2019,GitHub 仓库最后一条 commit 是 last year ),但是项目是完善的 release v0.1.0,拿来练手是个不错的选择。
51
+
52
**To be continued...**
0 commit comments