https://github.com/justlark/cuttle
A combat card game for two players, played with a standard 52-card deck
https://github.com/justlark/cuttle
typst
Last synced: 3 months ago
JSON representation
A combat card game for two players, played with a standard 52-card deck
- Host: GitHub
- URL: https://github.com/justlark/cuttle
- Owner: justlark
- Created: 2025-01-13T11:08:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T18:29:46.000Z (over 1 year ago)
- Last Synced: 2025-03-13T06:12:33.437Z (over 1 year ago)
- Topics: typst
- Language: Typst
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cuttle: A combat card game
Cuttle is a combat card game for two players. It's played with a standard
52-card deck without any jokers.
This repo documents the rules of Cuttle and also provides a cheatsheet for
quick reference during play.
This rulebook was adapted from [this
page](https://www.pagat.com/combat/cuttle.html), which was adapted from Richard
Sipie's [cuttle FAQ](https://www.geocities.ws/richardsipie/cuttle.htm).
These rules are typeset using [Typst](https://typst.app/) and are designed to
be printable. To compile them to a PDF:
1. [Install Typst](https://github.com/typst/typst?tab=readme-ov-file#installation).
2. Make sure you have the `Twitter Color Emoji` and `Noto Sans` fonts installed.
3. Run `typst compile rules.typ` and `typst compile cheatsheet.typ`.
The documents are compiled to PDF automatically on each push via a [CI
workflow](https://github.com/justlark/cuttle/actions/workflows/render.yaml).
## Copyright
Copyright © 2025 Lark
This work is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).