For Visual-Minded Artists & Creatives

Build Video Games

Without Normal Coding

Master Game Logic

Through Visual Flows

The only Unity Visual Scripting education designed for visual thinkers by a visual thinker who bypassed c#

Stop fighting syntax and warp to play with mechanics

⚠️ Warning - website is still under development...

a few bugs prevent buttons & features to run :]

The book below works! Click on that ▼

Visual Graph Editor

Intuition > Syntax

Don't let a missing semicolon stop your creative flow...

Compare the traditional way with the Game Logic approach

<> Traditional C# Syntax...

private void MoveLogic(Vector2 input)

{

ㅤVector3 right = transform.right;

ㅤVector3 forward = transform.forward;

ㅤVector3 combinedDirection = (input.x right) + (input.y forward);

ㅤVector3 desiredVelocity = combinedDirection * m_MoveSpeed;

ㅤfloat currentYVelocity = linearVelocity.y;

ㅤm_Rigidbody.linearVelocity = new Vector3(

ㅤㅤdesiredVelocity.x,

ㅤㅤcurrentYVelocity,

ㅤㅤdesiredVelocity.z

ㅤ);
}

⚠️ Prone to typos, requires memorization & syntax knowledge.

alienGraphs Flow

⚡ Visual, tactile, and instantly understandable.

For Visual-Minded Artists & Creators Only

Get These 9 Video Game Logic Principles

Turn Your Natural Game Knowledge Into Playable Artifacts

Using Your Visual Thinking Power To Master Logic Flow & Dodge The Friction of Normal Coding Syntax

...because without this, "Coding" makes no sense...

Spam is never sent.

[hub icon]

Master Complex Logic Flows

Learn how to orchestrate thousands of moving parts into a cohesive game system. From enemy AI patterns to dynamic quest chains.

[ hub icon ]

Patterns Over Syntax

We teach the universal patterns of game design. Once you learn them visually, you can apply them to any engine.

[ control icon ]

Pure Game Design

Spend your time on what matters: balancing gameplay, refining combat, and creating atmosphere.

Join our Creative Community

Connect with thousands of artists who are finally making their dream games.

Turn Your Ideas Into Video Games - From Code To Nodes

Unlock your power to visual script game logic and turn your creative vision into a playable reality. No coding experience required.