
3.5 Loyalist |

Here is >Haiti< a small *zombies* expansion for the board game Puerto Rico.
It has downloads.. oooh.
That "kill colonists" card. Lol. Kill colonists for the fishmen? Give colonists to the fishmen? *shudder*

I Can Has FreeSwag |

I Can Has FreeSwag wrote:J-Pop (Japanese Pop Muzak) and Anime-Style Renderings' got yer Cthulhu/Starspawn right here...Needless to say, once Cthulhu got down, Nyarlathotep decides to bust some moves out on the dance floor.
J-Pop (Japanese Pop Muzak) and Anime-Style Renderings' got yer Cthulhu/Starspawn right here... and it makes a limited special guest return engagement- of sorts. ;)
Naturally, that means that Nyarlathotep gets bust out some further moves out on that dance floor too. That goes doubly (or waz dat singly?) out in the Runequest universe too. ;)
PS. As a special bonus, haz the Runequesty, Nyarko-styled inspiration... english-fan-dubbed version or the original version (3-D projected). ;p

Tim Emrick |
1 person marked this as a favorite. |

Monopoly
You just by slices of the universe with souls. Little game pieces made out to be the elders, etc.
Monopoly + Cthulhu = Necronomonopoly, by John Wick.
Many aeons ago, a friend and I came up with Cthulhu Rails, variant rules for Iron Dragon that uses Mythos CCG Great Old Ones as foremen.

Reggie |
1 person marked this as a favorite. |

A fun party game for a group of 5 to 30 people to play. The rules of the game can be learned in less than 3 minutes. One person acts as moderator, overseeing a village of people, one (or more) of which are secretly Cthulhu worshippers! The worshippers begin sacrificing the other villagers one by one.
(A re-themed Werewolf)
Some one's psychic - I have this game now...
Reggie.

Tim Emrick |

Tails of Equestria
I was given a half-dozen MLP-style miniatures as a gift a while back, because they came with fiery bits to make some of them into nightmares and tentacles to make Cthulhoid ponies. (I think it was this Kickstarter?) I lack the patience and supplies to assemble and paint them myself, so made a deal with another one of my regular gaming buddies to paint them in exchange for giving him a few of them. (He's been swamped finishing his Ph.D., so I have yet to get the finished ponies back.)

The Mad Comrade |

The Mad Comrade wrote:Rule 34. It already exists.Haladir wrote:Tails of EquestriaWhich would make it Tentacles of Equestria? I'm down with that.
Not that namby-pamby stuff - besides, that would be [redacted] of Equestria.
Tentacles of Equestria is The Thing meets MLP:FiM in a dark alley with a healthy dollop of Alien and a sprinkling of Hellraiser. ;)

Phillip Gastone |

Goth Guru |

Hey buddy.Normally I'd give you the chance to turn around and save us both some trouble, but since you just knocked over my pancakes, I'm going to skip that part.
So Hellboy: the board game.
How about Spacefinder: Chitonic Earth Expansion.

Tensor |

I asked an AI to write a program to summon Cthulhu, it said:
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
void callOfCthulhu() {
srand(time(NULL));
int chance = rand() % 100;
if (chance < 5) {
printf("Cthulhu has been summoned!\n");
} else {
printf("The summoning failed. Cthulhu remains dormant.\n");
}
}
int main() {
callOfCthulhu();
return 0;
}