Skip to content

Commit a004e1c

Browse files
committed
update readme
1 parent 4d846b1 commit a004e1c

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

fufennan/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# TODO
2-
31
/target

fufennan/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "maze_of_ferris"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# TODO
76
[dependencies]
87
bevy = "0.9.0"
98

fufennan/README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prepare
1+
# 准备工作
22

33

44
```
@@ -10,18 +10,18 @@ cargo install -f wasm-bindgen-cli
1010
```
1111

1212

13-
# Package
13+
# 打包
1414
```
1515
cargo build --release --target wasm32-unknown-unknown
1616
```
1717

1818

1919
```
20-
cp ./assets/* -r ./out/
2120
2221
wasm-bindgen --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/maze_of_ferris.wasm
2322
2423
```
2524

26-
# Play online
25+
# 在线游玩
2726

27+
[点我](https://willser.github.io/maze_of_ferris.html)

0 commit comments

Comments
 (0)