Dendron

Dendron is a series about a mysterious Nintendo 64 game under the same name with some mysterious things about the developer and player themselves.

The name "Dendron" is derived from the same thing

Discovered Links

Characters

Main Channel

//TODO

prettygirlthoughts

Evelyn's Channel

Description The creator of Dendron If you get stuck, use this code on the title screen:
B-Y-G-G-B-R-Y-Y-Y-R-B-B-G-B-START

More info
evelynbeck.dev@gmail.com

nickthecartergeist@gmail.com

Cipher Work

Pasted image 20250611003407.png

Cipher is pretty simple:
letters come in pairs of letters and numbers [A-L] and [1-12]
To solve for any letter use the formula: x = (L * 12 + N) % 26 where L is the letter from [0-11] and N is the number. Output is a number between 1 and 26 which can be easily converted from a simple A1Z26 cipher.