marjapussi

Crates.iomarjapussi
lib.rsmarjapussi
version0.1.2
created_at2024-12-16 00:16:46.433732+00
updated_at2025-03-11 11:09:16.792217+00
descriptionImplements the Finnish card game Marjapussi.
homepage
repositoryhttps://github.com/SamuelLess/marjapussi-rs
max_upload_size
id1484521
size139,560
Samuel Leßmann (SamuelLess)

documentation

README

MarjaPussi

Rust implementation of MarjaPussi, mostly following the rules from Wurzel e. V., exactly following the rules on marjapussi.de.

This package is hopefully going to be used for the backend of marjapussi.de.

Usage

For now this contains the full implementation of the game and two utility binaries:

  • interactive for playing the game in the terminal with full information against yourself. This also shows how the game struct can be interacted with.
  • parse for parsing from the game format used by the python implementation here.

License

This project is licensed under the GPL-3.0 License – see the LICENSE file for details.

Contributing

Please do not hesitate to reach out to me. There are a lot of undocumented future plans I would love to discuss with you.

Commit count: 22

cargo fmt