Skip to content

Instantly share code, notes, and snippets.

@jseakle
jseakle / readme.txt
Created December 27, 2020 02:36
Culprit (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jseakle
jseakle / readme.txt
Created December 27, 2020 02:46
Culprit (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
Trade Sector https://i.imgur.com/Jo67aH8.png
The Golden Egg https://i.imgur.com/JuB2o3l.png
Barwolhtosk Archivist https://i.imgur.com/HFmSFNL.png
CYNLVAT GJB QVZRAFVBANY PURFF
javascript:(function(){var goaway=".ytp-gradient-bottom,.ytp-gradient-top,.ytp-chrome-top,.ytp-chrome-bottom{display:none;}";if("\v"=="v"){document.createStyleSheet().cssText=goaway}else{var tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=goaway}})();
@jseakle
jseakle / dominionbugs.json
Last active March 3, 2024 20:20
Dominion Bugs
{"bugs":[["Cargo Ship","!throne","You cannot choose which copy of Cargo Ship to set aside a gained card on (which can matter if one is throned)."],["Cargo Ship","!treasurethrone","Capitalism","You cannot choose which copy of Cargo Ship to set aside a gained card on (which can matter if one is throned)."],["Cargo Ship","!durationleaving","You cannot choose which copy of a Cargo Ship to set aside a gained card on (which can matter if one is not in play)."],["!villa","!multigainbuy","If you change phases while resolving a card or gaining multiple cards at once, you do not return to your Action phase until you have finished resolving the card or gaining all the cards."],["!villa","!multigainaction","!playinbuy","If you change phases while resolving a card or gaining multiple cards at once, you do not return to your Action phase until you have finished resolving the card or gaining all the cards."],["Ducat","!debt","If it’s your Buy phase and you haven’t bought anything and you have more Debt than you can pay off,
import numpy as np
from scipy.stats import norm
from collections import defaultdict
def get_word_slots(grid):
"""Extract word slots from the grid."""
slots = []
n_rows, n_cols = len(grid), len(grid[0])
# Horizontal slots