Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 993 Bytes

File metadata and controls

25 lines (16 loc) · 993 Bytes

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.