18 lines
427 B
Markdown
18 lines
427 B
Markdown
# FarmGodot
|
|
|
|
Godot 4.6.2 + GDScript rewrite entry for the Egret H5 farm client.
|
|
|
|
Run locally:
|
|
|
|
```sh
|
|
/Users/hy/.local/bin/godot --path /Users/hy/Documents/farm3/godot/FarmGodot
|
|
```
|
|
|
|
Headless validation:
|
|
|
|
```sh
|
|
/Users/hy/.local/bin/godot --headless --path /Users/hy/Documents/farm3/godot/FarmGodot --import --quit
|
|
```
|
|
|
|
The first playable target is login UI -> form validation -> optional HTTP login request -> empty farm scene.
|