Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genkuqq/gmcg
Godot Multiplayer Card Game
https://github.com/genkuqq/gmcg
enet godot multiplayer rust
Last synced: about 1 month ago
JSON representation
Godot Multiplayer Card Game
- Host: GitHub
- URL: https://github.com/genkuqq/gmcg
- Owner: genkuqq
- Created: 2024-11-05T10:44:53.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T19:58:13.000Z (about 1 month ago)
- Last Synced: 2024-11-20T20:36:46.971Z (about 1 month ago)
- Topics: enet, godot, multiplayer, rust
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Godot Multiplayer Card Game
This project is a turn-based multiplayer card game created using the Godot Engine for the client-side gameplay and Rust for the server-side logic. The server manages player connections, matchmaking, and game synchronization.
This monorepo includes client and server side source codes
- [Client Side](/client/)
- [Server Side](/server/)
## Requirements
- **Godot Engine**: Version 4.3 or newer.
- **Rust**: Latest stable version.