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.
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.
This project is licensed under the GPL-3.0 License – see the LICENSE file for details.
Please do not hesitate to reach out to me. There are a lot of undocumented future plans I would love to discuss with you.