Skip to main content
34 events
when toggle format what by license comment
S Dec 1, 2022 at 0:07 history bounty ended CommunityBot
S Dec 1, 2022 at 0:07 history notice removed CommunityBot
Nov 29, 2022 at 18:23 comment added Mark Reed What the heck is a "zacks"? :)
Nov 29, 2022 at 5:30 answer added Jonah timeline score: 2
Nov 24, 2022 at 10:26 answer added Kevin Cruijssen timeline score: 2
Nov 23, 2022 at 16:57 comment added Squareoot @Jonah yeah thats fine
S Nov 23, 2022 at 15:55 history suggested Rhaixer CC BY-SA 4.0
added some suggested testcases by corvus_192 in the comments
Nov 23, 2022 at 15:51 comment added Jonah May I take input as a list of (tile, position) tuples? Ie, each tile along with (x,y) coordinate on the grid?
Nov 23, 2022 at 14:53 comment added Squareoot @Jitse yeah I'm on it! Later today I'll publish them!
Nov 23, 2022 at 12:00 review Suggested edits
S Nov 23, 2022 at 15:55
Nov 23, 2022 at 10:34 answer added matteo_c timeline score: 4
Nov 23, 2022 at 8:37 comment added Jitse Can you please provide some test cases?
S Nov 23, 2022 at 7:14 history suggested Rhaixer
deleted a mutually exclusive tag
Nov 23, 2022 at 7:05 comment added Squareoot @Jonah yeah absolutely
Nov 23, 2022 at 7:00 review Suggested edits
S Nov 23, 2022 at 7:14
Nov 23, 2022 at 5:10 comment added Jonah Can we use 2 numbers to represent each tile?
Nov 22, 2022 at 21:47 comment added Kamil Drakari I do not see in the question a definition of "main starter island" or any other description of what the first move in the game would be. I assume that the first tile in a game can be any tile (which then becomes the "main starter island"). Should an input containing only a single tile be considered valid, invalid, or is that not a case answers need to handle? Additionally, if the game starts with a single tile then an empty field is not reachable; should an empty input be valid, invalid, or something else?
S Nov 22, 2022 at 21:32 history bounty started Squareoot
S Nov 22, 2022 at 21:32 history notice added Squareoot Draw attention
Nov 22, 2022 at 4:05 comment added Rhaixer I originally thought this was a challenge related to Wordle.
Nov 22, 2022 at 0:00 history tweeted twitter.com/StackCodeGolf/status/1594843164111605762
Nov 21, 2022 at 20:04 comment added Squareoot @Lecdi alright, maybe me and my friends invented that rule, thanks for pointing it out, I have removed that point from the rules!
Nov 21, 2022 at 20:03 history edited Squareoot CC BY-SA 4.0
Rule change
Nov 21, 2022 at 19:41 comment added Lecdi Same as Neil, I have never played the third bullet point as a rule. I just checked the rules booklet of my set and the example game does not follow this rule... Maybe there are different variations?
Nov 21, 2022 at 14:38 comment added Neil I've never played Quirkle with a rule that e.g. you can't have both horizontal and vertical rows of red tiles.
Nov 21, 2022 at 8:56 comment added Squareoot @corvus_192 true! Thanks for commenting!
Nov 20, 2022 at 21:17 comment added corvus_192 rc,rs,rf,rz,rm,rr,0,rc,rs,rf,rz,rm,rr -> falsey because the two islands are not connected
Nov 20, 2022 at 21:16 comment added corvus_192 rc,gc,bc,oc,pc,yc;rs,gs,bs,os,ps,ys;rf,gf,bf,of,pf,yf;rz,gz,bz,oz,pz,yz;rm,gm,bm,om,pm,ym;rr,gr,br,or,pr,yr (using semicolons to separate rows) -> truthy (this is a simple cartesian product)
Nov 20, 2022 at 21:06 comment added corvus_192 rc,rs,rf,yc -> falsey because the row has neither a consistent color nor a consistent shape
Nov 20, 2022 at 21:05 comment added corvus_192 rc,rs,rf,rz,rm,rr,rf -> falsey because flower occurs twice
Nov 20, 2022 at 21:03 history edited corvus_192
add [decision-problem] tag
Nov 20, 2022 at 21:02 comment added corvus_192 Suggested test case: "" (empty string) -> truthy
Nov 19, 2022 at 19:56 history edited Squareoot CC BY-SA 4.0
added 35 characters in body
Nov 19, 2022 at 18:42 history asked Squareoot CC BY-SA 4.0