Skip to content

kodecks/kodecks-release-test

Repository files navigation

Kodecks

Test Status

Open-source Classic-Style Digital Card Game

Screenshot

  • 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.

git clone https://github.com/kodecks/kodecks.git
cd kodecks

scripts/download.sh # Download assets
# scripts\download.ps1 # For Windows PowerShell

cargo run

For WASM build, you need to have wasm32-unknown-unknown target installed.

rustup target install wasm32-unknown-unknown
cargo binstall trunk
trunk serve

License

Source code and assets are licensed under the MIT License unless otherwise specified.

The server program (kodecks-server) is licensed under the GNU Affero General Public License v3.0.

Fonts are licensed under the Open Font License or the Apache License.

About

No description, website, or topics provided.

Resources

License

AGPL-3.0, MIT licenses found

Licenses found

AGPL-3.0
LICENSE-AGPL3.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published