Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodecks/kodecks
Open-source Non-rogue-lite Digital Card Game
https://github.com/kodecks/kodecks
bevy
Last synced: 2 months ago
JSON representation
Open-source Non-rogue-lite Digital Card Game
- Host: GitHub
- URL: https://github.com/kodecks/kodecks
- Owner: kodecks
- License: mit
- Created: 2024-08-24T07:00:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T16:27:57.000Z (3 months ago)
- Last Synced: 2024-09-27T07:03:06.583Z (3 months ago)
- Topics: bevy
- Language: Rust
- Homepage: https://kodecks.netlify.app/
- Size: 625 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kodecks
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Test Status](https://github.com/kodecks/kodecks/actions/workflows/test.yml/badge.svg)](https://github.com/kodecks/kodecks/actions/workflows/test.yml)Open-source Classic-Style Digital Card Game
- Inspired by traditional TCGs such as MTG but featuring more streamlined gameplay
- Play in the browser or on desktop
- Battle against CPU or other players
- Localization support## Build from source
You need to have Rust toolchain installed. You can install it from [rustup.rs](https://rustup.rs/).
```bash
git clone https://github.com/kodecks/kodecks.git
cd kodecksscripts/download.sh # Download assets
# scripts\download.ps1 # For Windows PowerShellcargo run
```For WASM build, you need to have `wasm32-unknown-unknown` target installed.
```bash
rustup target install wasm32-unknown-unknown
cargo binstall trunk
trunk serve
```## License
Source code and assets are licensed under the [MIT License](LICENSE) unless otherwise specified.
[Fonts](https://github.com/kodecks/assets/tree/main/fonts) are licensed under the Open Font License.