Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.