Author Topic: Zendo, play by forum  (Read 198281 times)

0 Members and 2 Guests are viewing this topic.

Offline Proxima

  • Posts: 4571
    • View Profile
Re: Zendo/Eleusis, play by forum
« Reply #330 on: June 02, 2015, 12:13:08 PM »
SSSSSSSSS (nine)
QQQ...QQQ (65536)
QQQ...QQQ (65537)
RST
FIRST

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo/Eleusis, play by forum
« Reply #331 on: June 02, 2015, 12:44:11 PM »
HTBN:
S{9}

LTBN:
Q{65536}
Q{65537}
RST
FIRST


@Simon: Do you have some kind of script you're using to make those formatted lists?
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Proxima

  • Posts: 4571
    • View Profile
Re: Zendo/Eleusis, play by forum
« Reply #332 on: June 02, 2015, 12:47:08 PM »
Theory: Single-letter koans with a letter other than A have the buddha-nature if and only if the length is a factor of (the letter's alphabetic position - 1).

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo/Eleusis, play by forum
« Reply #333 on: June 02, 2015, 12:54:12 PM »
I think you meant "if (the letter's alphabetic position - 1) is a factor of the length", but yes, I certianly cannot think of any counter-example to that theory, even though it isn't an explicit part of the rule as such. Of course, it isn't quite a solution, since it doesn't account for koans that don't consist solely of a single letter repeated multiple times.

EDIT: No, I think your wording might be the correct one. I'm bad with technical mathematics terms. But if I'm understanding you correctly, then yes, your theory is still correct.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Simon

  • Administrator
  • Posts: 3890
    • View Profile
    • Lix
Re: Zendo, play by forum
« Reply #334 on: June 08, 2015, 01:02:06 AM »
No?

Let id0 be the function on single letters that maps A to 0, B to 1, C to 2, ..., Z to 25.

Then Proxima's half-rule states: For each letter c that is not A, a koan that contains exactly n >= 3 copies of c [and nothing else, EDIT Simon after namida's reply] is buddha iff id0(c) divides n. Equivalently, that koan is budda iff there exists a natural number m with id0(c) * m = n.

The marked koans violate this, because the koan BBB is black. (Everything of the form B{n} with n >= 3 appers to be black.) Also, namida mentioned there exist two letters, such that koans consisting only of copies of that letter are always black.


Noes, I can't read properly. n divides id0(c) is the claim. That would make B and C the two letters that make only black same-letter koans.

-- Simon
« Last Edit: June 09, 2015, 12:14:12 AM by Simon »

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo, play by forum
« Reply #335 on: June 08, 2015, 02:59:25 AM »
The way you've worded it sounds like it applies to any koan that contains the letter that number of times. This is true when they contain nothing else but that letter X number of times, but not always true if they contain other letters as well. This doesn't mean that such a koan will never be white, though.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Simon

  • Administrator
  • Posts: 3890
    • View Profile
    • Lix
Re: Zendo, play by forum
« Reply #336 on: June 08, 2015, 03:18:28 AM »
Right. Edited.

My instinct was to avoid a weird mix of regular expressions and math, but it's probably the only concise notation. >_> Let c be a letter, n >= 3. Then c{n}, which denotes n times the token c, is white iff n divides id0(c). This is true even for A, B, C, because no number >= 3 divides 1 or 2, and all numbers divide 0.

Having this for same-letter koans, there is obviously some magic happening at 3, and some method to mangle non-same-letter koans. The given example koans for anagram-changes-buddha were 3 letters long.

New koans:

SOMETHINGDDD
MIGHTYDDD
MIGHTYCC
ABC
BAC
AYZ
ZYA
YAZ
BCD

-- Simon

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo, play by forum
« Reply #337 on: June 08, 2015, 03:28:56 AM »
White:
ABC
AYZ
ZYA
YAZ

Black:
SOMETHINGDDD
MIGHTYDDD
MIGHTYCC
BAC
BCD
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Ramon

  • Posts: 118
    • View Profile
    • JRK Studios
Re: Zendo, play by forum
« Reply #338 on: June 08, 2015, 09:00:23 AM »
What about the empty koan, have we had that one yet? Or was it perhaps explicitly forbidden at some point?

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo, play by forum
« Reply #339 on: June 08, 2015, 09:16:05 AM »
The general rules of the game define it as always black.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Simon

  • Administrator
  • Posts: 3890
    • View Profile
    • Lix
Re: Zendo, play by forum
« Reply #340 on: June 08, 2015, 09:21:42 AM »
The general rules of the game disallow the empty koan. It's not part of the koanspace.

The reason is pragmatic: In the tabletop game, a marked empty koan looks like a stray marking stone.

Allowing the empty koan is a minor variant, and it doesn't affect the game. If you want to test the empty koan, then do it. Secret rules can be evaluated on the empty koan in the normal fashion. ("The X is Y" fails if there are no X, or if there are more than one X, or if there is exactly one X that is not Y.)

-- Simon

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo, play by forum
« Reply #341 on: June 08, 2015, 09:57:56 AM »
If you wanted to evaluate that, then on this, the empty koan would be black.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Proxima

  • Posts: 4571
    • View Profile
Re: Zendo, play by forum
« Reply #342 on: June 08, 2015, 12:06:13 PM »
RTS
STR
BCA
MIGHTYQQQQ
MIGHTYGGGGGG

Offline namida

  • Administrator
  • Posts: 12401
    • View Profile
    • NeoLemmix Website
Re: Zendo, play by forum
« Reply #343 on: June 08, 2015, 01:00:05 PM »
White:
STR

Black:
RTS
BCA
MIGHTYQQQQ
MIGHTYGGGGGG


Maybe I should drop a few more hints...
Spoiler (click to show/hide)
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline Simon

  • Administrator
  • Posts: 3890
    • View Profile
    • Lix
Re: Zendo, play by forum
« Reply #344 on: June 09, 2015, 12:14:50 AM »
Koan list only.

White koans:
AAA(A*)   DOGSSS    GAMING  MIRE      SPAM
ABC       DUG       GGG     QQQQ      SSS
AKALAZAM  FIQQ      GITSMH  QQQQFIRE  SSSSSS
AMEN      FIRE      GNIGMA  QQQQQQQQ  STR
AYZ       FIREQQQQ  GOD     Q{16}     S{9}
CLAM      FREAK     GYMHIT  REQQ      YAZ
DDD       GAM       MEAN    RIFE      YIU
DIG       GAME      MEGA    SITE      ZYA
DOG       GAMERS    MIGHTS  SMH
DOGAAA    GAMESS    MIGHTY  SMIGHT


Black koans:
A          DOGCC      FIREQQQ      ING                 OA        SITES
AA         DOGE       FIREQUISITE  KLZM                OL        SOMETHINGDDD
BAC        DOGENIGHT  FIRER        LIX                 POOL      SPAMGOD
BBB        DOGF       FIRES        LOOP                Q         SS
BBBB       DOGI       FIREY        MEANT               QQ        SSSS
BBBBB      DOGRST     FIRST        MIGHT               QQQ       SSSSS
BBBBBB     DOGS       FREAKKK      MIGHTYCC            QQQQQ     TE
BCA        DOGSS      FREAKY       MIGHTYDDD           QQQQQQ    THMIG
BCD        DOGSSSS    FRQQQQ       MIGHTYDOGGY         Q{12}     TTT
BLACK      DOGT       GAMER        MIGHTYFREAKY        Q{65536}  TTTT
BLACKPOOL  DOGTOR     GAMERST      MIGHTYGGGGGG        Q{65537}  TTTTT
CCC        EEE        GAMES        MIGHTYMIGHTY        RK        TW
DDDD       EERIE      GAMESSS      MIGHTYMIGHTYMIGHTY  RMEGA     WHITE
DDDDD      ET         GIT          MIGHTYQQQQ          RS        Y
DDDDDD     FFF        HHH          MIGHTYS             RST       ZIX
DOGA       FIGHT      HOT          MIGHTYSSS           RTS
DOGAA      FIR        HOTLIX       NIGHT               S
DOGC       FIREQ      HPT          NS                  SERIF


(x)* is a repetition of (x) 0 or more times.
(x){n} is a repetition of (x) exactly n times.

-- Simon