https://github.com/zfoo-project/godot-bird
bird and bird made with Godot Engine
https://github.com/zfoo-project/godot-bird
Last synced: 10 months ago
JSON representation
bird and bird made with Godot Engine
- Host: GitHub
- URL: https://github.com/zfoo-project/godot-bird
- Owner: zfoo-project
- License: mit
- Created: 2022-10-08T09:07:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T00:52:48.000Z (10 months ago)
- Last Synced: 2025-04-06T01:26:09.018Z (10 months ago)
- Language: GDScript
- Homepage:
- Size: 76.5 MB
- Stars: 57
- Watchers: 1
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godot-bird(鸟了个鸟)powered by godot 4.4
- frontend:[godot](https://github.com/godotengine/godot)
- backend:[server](./server/src/main/java/fun/jiucai/bogers/Application.java)
- support await grammar of net request
```
var groupHistoryMessageResponse: GroupHistoryMessageResponse = await Main.tcpClient.asyncAsk(request)
```
- including GDScript serialization and deserialization.
```
ProtocolManager.write(buffer, ScoreRankRequest.new())
var request = ProtocolManager.read(buffer)
```