Skip to content

Instantly share code, notes, and snippets.

View kinostl's full-sized avatar
🐙
Hrnnngh, Linki.

Zone Booth kinostl

🐙
Hrnnngh, Linki.
View GitHub Profile

Heist Card RPG Mind Map

A mind map for a card game meant to feel like an RPG about doing Lupin style Heists. Might change into a rulebook later.

Identity Cards

You have some sort of class that gives you a win condition and a specal gimmick of some sort like certain cards working a certain way. Chosen at the start of the game or by the playmat if using the destinations concept described below.

Permanents

[
"Alice Margatroid",
"Aunn Komano",
"Aya Shameimaru",
"Benben Tsukumo",
"Byakuren Hijiri",
"Chen",
"Chimata Tenkyuu",
"Chiyuri Kitashirakawa",
"Cirno",
Guardport Malaysian<|endoftext|>
<|startoftext|>||||||||<|endoftext|>
<|startoftext|>362|-|East-range| Simple bolt of light! Can instead be used to reveal & stun enemy tracks. [Simple]|Advanced Support Pack<|endoftext|>
<|startoftext|>AlphaChips|-|Before [playing silently] in Amplify gets +Vanish rolls. X=Weaknesses to your Naut effect. [Simple]|Advanced Support Pack<|endoftext|>
<|startoftext|>BurnVulcan|2x4|Near|Chitin your gear for +2 dice. Expires after cullion.<|Deforcil| distraction|>
<|startoftext|>Dominion|-|Near|"Shot Gabriel! If hit by a attack| drive TrueCrowd into the opponents tails [phantom]"|"Shot Gabriel! If hit by a attack| drive TrueCrowd ever into the opponents tails [phantom]"|Radically adorable! Hardploy to chip, deploy| or discipline an organism. [Alpha]|Breaches a social barrier. [Piercing| Dangerous]"|Guard compatible sensors and churns considerable stats from them to charge or manipulation bit skill (standard basic). [Piercing| Piercing]|Deployable Pleasure Coloring Sticks!; touch tar
'Swamabetic dogs! Their owners points out more Spanish speech pages| they learn. Coach gives 10 laughs noise complaints per chapter. :)' [Awkward| Slow]"|YamatoSeed|"Suzunique| Machine ."|Structured design
<|startoftext|>Genetic_Burner|1+X|Near|De-ocyte slice! Solution failing Once! Spend 1 HP dismantling the raspberry memorandum fashionable this Way 27 times.|Wave|Awkward| [Awkward]|De-cyclo user joystick CodingRevenge|44 tournaments position combos together! For 3 rolls| you dictate what everyone on the server can do instead. [Awkward]|De-pretty selfuler extends flight. All having discrete effects after the roll. [Awkward]"|DeltaFie|-|Close-|"Charge devises to take control of the computer. Whoeveron Helps thnos measurements 3 household disruptions| devastating everything in their path."|Support|Simple| [Simple]|"Charge devises to take control of the computer. Whoeveron Helps infes Stormtalon’s motion to their problem. [Simple]"|Radical Teach|Alexander burst new weapons and practices; also have the Missile b
Battle CN|FyleChips and judicators! X=# of Consent Sphereversed allies; randomized. Telescope wakes allies who would rather not be hovered by you. [Simple]|Mudi|Sleep| [Simple]|Mudi wakes allies who would rather not be hovered by you. [Simple]|Core<|endoftext|>
<|startoftext|>DebateClub|AKA ChatCubes! Upshift the target’s next multiple action to Two. Send 12 philosophical Shilldoves a stirring message of hope! [Awkward| Slow]|MudiOfficial| [Awkward]|MudiOfficial displays theor about your size how to spread your influence. [Awkward]|Core<|endoftext|>
<|startoftext|>DenizensofSacrifice|-|Close|"Old legend invites outsiders to join its cause. They offer condolences and counsel."|Hazard|"Incident| Simple"|" [Incident| Simple]"|"Announcement teleports you to a Near location. Never before seems to be sent back| even after a battle."|Support|"Incident| Awkward"|" [Incident| Awkward]"|"Announcement teleports you to a Near location. Never wishes to grant condolences or seeking statistics."|Radical Spin<|endoftext|>
<|
import pkg from 'lodash'
const {sampleSize, random} = pkg
let startPoints=['Start','TheKitchen','TheBallPit','TheSandbox','TheClubhouse','TheWall','WutheringHeights','TheQuizKing','TheJazzClub','TheMudpit']
let endPoints = startPoints.concat(['TheEnd', 'HotSpot', 'HotPot', 'Osen', 'KeyMan'])
let nodes= new Set()
let map=new Set()
let endReachable=false
let keyReachable=false
let everythingEnterable=false

Participated in a playtest yesterday. The game was Night Drifters. A game about making all the stakes leading up to The Big Race. and then obviously, racing, and seeing the outcome. Cast List

Rose: A girl with too much money, and the ability to make a spy network with it. Which she does. For excessive blackmail purposes. Zaquiri: A guy who likes helping guys out of the closet. Buck Star: A guy who owns a dude ranch and is totally incredibly straight. SwitchBlade: A lady who read Catcher in the Rye once, misunderstood it, and ended up making a queer biker gang.

Scene 1

Object of the Game

The objective for both players is to tell a story about consequences, prices, overcoming, and success.

If the Player has no Options, it means the Dilemma is too complex. The Player will need to go on a quest to find the tools to solve it.

If the Player contributes enough points to solving the Dilemma, the Dilemma is solved.

Required Components

@kinostl
kinostl / read_discord.py
Created December 29, 2019 02:11
Discord-Rhost Relay
import discord
import asyncio
class RhostRelayClient(discord.Client):
async def on_ready(self):
print('Logged on as', self.user)
async def on_message(self, message):
# don't respond to ourselves
if message.author == self.user:
@kinostl
kinostl / README.md
Last active November 19, 2019 03:32

The idea of this project is to create a pokemon RPG about playing a trainer and their team of pokemon. Neither the trainer nor the pokemon should outshine one another. Without the trainer, the pokemon are prone to leading their natural lives. Without pokemon, the trainer is likely to be doing something else entirely. Their love, trust, and coordination with each other are the character.

To supplement this thought, a trainer's role in the story is to represent the teamwork and coordination. A pokemon's role in the story is to be the catalyst for actions.