Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhgithub committed Sep 6, 2023
1 parent 27f1d0b commit 4f463c0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Just Join (来噻)

![f](pic/f.png)

----

this rep is rebuild from https://github.com/zzhgithub/just_join. The goal is to make the original project support the online multiplayer game

> ~~Ka Le on windows i5 cpu. optimizing!~~
Expand All @@ -18,6 +22,14 @@ For Client
cargo run --release --bin client
```

# Src/lib.rs Const
```rust
// generate map every time when you restart game(use in test mode)
// Before game you should set to flase
pub const CLIENT_MAP_GEN: bool = true;
```


# Controller
- W - forward
- S - backward
Expand All @@ -26,8 +38,8 @@ cargo run --release --bin client
- Space - Jump
- ESC - toggle grab cursor
- T - toggle One/Thrid Person
- E Open composite rules list
- Q throw active toolbar object
- E - Open composite rules list
- Q - throw active toolbar object

# Feature List
- [x] Load unlimited maps
Expand Down Expand Up @@ -58,6 +70,8 @@ cargo run --release --bin client
- [ ] opmtimize UI(Show current toolbar and knapsack)
- [ ] support search
- [ ] add more formula
- [x] more biomes support
- [ ] decorate_terrain
- [ ] task system
- [ ] manor system
- [ ] wind zone
Expand Down
12 changes: 12 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Just Join (来噻)

![f](pic/f.png)

----

此仓库是 https://github.com/zzhgithub/just_join 的网络化重构施工中。敬请期待。


Expand Down Expand Up @@ -30,6 +34,12 @@ cargo run --release --bin client
- E 打开合成表
- Q 丢弃toolbar上激活中的物品

# LIB 中的配置常量
```rust
// 是否每次都重新生成地形
// 游戏前 请设置成false
pub const CLIENT_MAP_GEN: bool = true;
```

# 功能列表

Expand Down Expand Up @@ -61,6 +71,8 @@ cargo run --release --bin client
- [ ] 增强交互(显示当前背包)
- [ ] 支撑合成公式搜索
- [ ] 添加更多游戏内的公式
- [x] 更多群落支撑
- [ ] 装饰群落
- [ ] 任务系统
- [ ] 领地系统
- [ ] 风场
Expand Down
Binary file added pic/f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f463c0

Please sign in to comment.