kings and fools v1
All checks were successful
/ build (push) Successful in 50s

This commit is contained in:
Nycki 2025-07-26 12:51:50 -07:00
parent 77344b4a71
commit 6d9d0a59c2
2 changed files with 69 additions and 9 deletions

View file

@ -11,13 +11,13 @@ tags: blogette-pages
[pagat.com](https://www.pagat.com/) is a good website. Ever play a card game and forget the rules? Remember the rules of a card game but forgot the name? Pagat is a website written by John McLeod with the rules and variations of "card games from around the world" and it's been really helpful on several occasions when I wanted to fill in the "missing rules" from my family's card game oral traditions. [pagat.com](https://www.pagat.com/) is a good website. Ever play a card game and forget the rules? Remember the rules of a card game but forgot the name? Pagat is a website written by John McLeod with the rules and variations of "card games from around the world" and it's been really helpful on several occasions when I wanted to fill in the "missing rules" from my family's card game oral traditions.
--- </article><article>
## 2025-06-30 Site Update: Fortune Girls ## 2025-06-30 Site Update: Fortune Girls
R-18: added images for [Kitty and Bunny Fortune](/characters/fortunes/). Artists' names are in filenames. Might add descriptions later! R-18: added images for [Kitty and Bunny Fortune](/characters/fortunes/). Artists' names are in filenames. Might add descriptions later!
--- </article><article>
## 2025-07-04 ## 2025-07-04
@ -25,21 +25,21 @@ moved news -> blogette. little posts go here now.
TODO for later: set up my rss feed to generate an update for every post in the blogette. im sure i can do that, its just programming right TODO for later: set up my rss feed to generate an update for every post in the blogette. im sure i can do that, its just programming right
--- </article><article>
oh hey look another little post from the same day with no title required, wow what a great system this is oh hey look another little post from the same day with no title required, wow what a great system this is
--- </article><article>
oh yeah if you didn't see it yet I wrote this post over on github called [eleventy for neocities users](https://github.com/nycki93/eleventy-for-neocities-users) to explain how the markdown parts of my site work, give it a look if you like markdown and please tell me what you think! oh yeah if you didn't see it yet I wrote this post over on github called [eleventy for neocities users](https://github.com/nycki93/eleventy-for-neocities-users) to explain how the markdown parts of my site work, give it a look if you like markdown and please tell me what you think!
--- </article><article>
what's the difference between one hambone and another hambone? the first hambone is a Hock, but now there are Tuah them. #chost what's the difference between one hambone and another hambone? the first hambone is a Hock, but now there are Tuah them. #chost
sent from my Phone sent from my Phone
--- </article><article>
## 2025-07-05 ## 2025-07-05
@ -49,7 +49,7 @@ i'm sure people have known about the 7/5 approximation for a while now but I jus
so I guess if you're in one of those countries that writes the date before the month, you can celebrate root2 approximation day on July 10th :p so I guess if you're in one of those countries that writes the date before the month, you can celebrate root2 approximation day on July 10th :p
--- </article><article>
okay so like im pretty sure my phone could scan a QR code printed on my 600 dpi laser printer as long as I used 3 dots per logical pixel. and [this stackoverflow post](https://stackoverflow.com/questions/11065415/how-much-data-information-can-we-save-store-in-a-qr-code#11065499) says that a 177x177 pixel QR code has about 2 kB of usable data. so, at 600 / 3 dpi, that's about an inch wide QR code, I can easily fit two or maybe four of those on the same business card. I could have an 8 kB business card I bet. although QR apps don't really have a way to stitch multiple pages together, so I'd have to sacrifice the first code to writing a program that can read the other three. or I just have to fit my payload into a single code. okay so like im pretty sure my phone could scan a QR code printed on my 600 dpi laser printer as long as I used 3 dots per logical pixel. and [this stackoverflow post](https://stackoverflow.com/questions/11065415/how-much-data-information-can-we-save-store-in-a-qr-code#11065499) says that a 177x177 pixel QR code has about 2 kB of usable data. so, at 600 / 3 dpi, that's about an inch wide QR code, I can easily fit two or maybe four of those on the same business card. I could have an 8 kB business card I bet. although QR apps don't really have a way to stitch multiple pages together, so I'd have to sacrifice the first code to writing a program that can read the other three. or I just have to fit my payload into a single code.
@ -63,11 +63,13 @@ then again, microtext is arguably even more fun than a qr code because then you
oh wait I forgot that the qr code needs to be printed at 3x scale for my phone to scan it. so that's actually 137 dots versus a theoretical minimum of 32 dots. so even if I print the microtext at twice the scale, 128 dots per character, it beats the qr code. the qr code only wins if we assume my phone's camera has the same resolution as my own eyes, which is clearly not the case oh wait I forgot that the qr code needs to be printed at 3x scale for my phone to scan it. so that's actually 137 dots versus a theoretical minimum of 32 dots. so even if I print the microtext at twice the scale, 128 dots per character, it beats the qr code. the qr code only wins if we assume my phone's camera has the same resolution as my own eyes, which is clearly not the case
</article><article>
## 2025-07-06 ## 2025-07-06
you can fit a [pretty cool music box](/QRPLAY) in a qr code, even at a modest resolution. Thanks [SArpnt](https://git.disroot.org/SArpnt) for the help with this! you can fit a [pretty cool music box](/QRPLAY) in a qr code, even at a modest resolution. Thanks [SArpnt](https://git.disroot.org/SArpnt) for the help with this!
--- </article><article>
## 2025-07-08 ## 2025-07-08
@ -77,10 +79,16 @@ it's an easy trap to fall into, especially for autistic people, to think that th
but if you ever get the opportunity to say something that is nice *and* true, then say it! people will love you for it. but if you ever get the opportunity to say something that is nice *and* true, then say it! people will love you for it.
--- </article><article>
"ok who put boba in all the slimes" "ok who put boba in all the slimes"
</article><article>
## 2025-07-26
working on a card game, working title is [Kings and Fools](/oh-hell/), based on Oh Hell and Skull King. can you fool the king?
</article> </article>
{% for p in collections['blogette-pages'] %}<a href="{{p.url}}">{{loop.index}}</a> {% endfor %} {% for p in collections['blogette-pages'] %}<a href="{{p.url}}">{{loop.index}}</a> {% endfor %}

52
content/oh-hell.md Normal file
View file

@ -0,0 +1,52 @@
---
permalink: /oh-hell/
layout: base.njk
title: "Kings and Fools"
subtitle: oh hecko, it snecko
---
v1 by Nycki, 2025.
Basic idea taken from [Oh Hell](https://boardgamegeek.com/boardgame/1116/oh-hell), with ideas stolen from the excellent [Skull King](https://boardgamegeek.com/boardgame/150145/skull-king) by Grandpa Beck's Games.
## Order of Cards
Suits: Spades are always trump, all others are equal.
Ranks: A 2 3 4 5 6 7 8 9 10 J Q K in four suits, and two Jokers. Aces are low and Kings are high.
The Joker, or Fool, loses every trick, unless a King would win, in which case the Fool wins instead.
*tis a jester's privilege to clown on the king.*
If both Fools are played, the first Fool beats the second one.
*the joke was funnier the first time.*
## The Play
Play starts with 1 card per hand and increases each round up to 7 cards per hand, a maximum of 49 cards dealt in a 7-player game. Cards are shuffled after each round.
As in Oh Hell, players bid in turn order, with the dealer bidding last, and being obligated to make the bid total mismatch the round number.
The dealer starts the first trick. As in Oh Hell, players must follow suit if possible. A player who cannot follow suit may play any card they wish.
Exception: a Fool is wild. It may be played to any trick regardless of the other cards in your hand.
The taker of each trick leads the next trick, and so on until all cards are spent.
## Scoring
A player who makes too many or two few tricks scores nothing, but loses nothing.
A player who makes their bid *exactly* scores 10 times their bid.
A successful bid of 0 scores only 5 times the round number.
*a warrior may thrive, but a coward survives.*
Additionally, a player who Fools a King scores 10 bonus points.
*wait until the other fools hear this!*
The highest score after 7 rounds wins the game.