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
- Evelyn - Developer of the Game
- Nick - Channel Owner
- Suzie - An enigmatic character referenced in ciphertext
- Francis - Someone who drifted apart from Evelyn?
- Ant Pines - Name of the Player Character (Short for Antler)
- Sometimes referred to as "Evelyn" in bugs
- Frank Bramble - Unknown Rabbit Character
- Bear Hobbins - Unknown Bear character
- Susan Conker - Unknown
- Sickle - Wolf Villain wielding a sickle
- Mayor Foxbridge - Unknown Mayor character
- Ophelia Owl - Unknown Owl Character
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
Cipher Work

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.