https://github.com/openlegends/openlegends
OpenLegends Client Application
https://github.com/openlegends/openlegends
card client deck desk game openlegends rust ui
Last synced: 4 months ago
JSON representation
OpenLegends Client Application
- Host: GitHub
- URL: https://github.com/openlegends/openlegends
- Owner: openlegends
- License: mit
- Created: 2024-12-19T06:34:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:50:06.000Z (over 1 year ago)
- Last Synced: 2025-01-26T01:17:45.048Z (over 1 year ago)
- Topics: card, client, deck, desk, game, openlegends, rust, ui
- Language: Rust
- Homepage: https://crates.io/crates/openlegends
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenLegends

Open Source, Multi-Player Card Game inspired by TES Legends
> [!IMPORTANT]
> Project in development!
>
## Structure
Current repository implement client application only, that based on following libraries:
* [Core](https://github.com/openlegends/core) - Versioned Core API for game asset builds
* [Asset](https://github.com/openlegends/asset) - Default Game Assets (e.g. cards, players, game sessions implementation)
* [Client](https://github.com/openlegends/client) - Client Library to interact [Game server](https://github.com/openlegends/server)