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
Visual Graph Editor

⚠️ Warning - website is still under development...
a few bugs prevent buttons & features to run :]
The book below works! Click on that ▼
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.

Simplify Complex Logic Flows
Learn how to build blocks of moving parts to compose a game system.
One feature next to another: From enemy AI patterns to dynamic quests without breaking the system.

Patterns > Syntax
Discover the Universal Patterns of game design. Once you learn them visually, you can apply them anywhere.
Because once you see how it works, you'll engage videogames with a new lense - and be able to reproduce it.

Game Design Psychology
Spend your time on what matters.
Balancing gameplay, refining combat, and creating a inmersive experience.
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 visual power to deploy game logic and convert your creative vision into a playable artifact. No coding experience required.
