Skip to content

Commit e094f1f

Browse files
authored
Merge pull request sunface#484 from AllenDEricDAlexander/master
<fix>(<elegant-code-base>):<png project url>
2 parents a3ab98c + a26ba73 commit e094f1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zh-CN/src/elegant-code-base.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
### 5. 在 PNG 中隐藏你的秘密
2929

30-
[这本书](https://picklenerd.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。
30+
[这本书](https://jrdngr.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。
3131

3232
### 6. 使用 Rust 写一个小型 OS
3333

@@ -46,4 +46,7 @@
4646

4747
[这本开源书](https://github.com/rust-hosted-langs/book) 是一个使用 Rust 语言实现编译型语言的教程。
4848

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+
4952
**To be continued...**

0 commit comments

Comments
 (0)