For Visual-Oriented Creators
Make Your Video Game
Without Normal Coding
Mastering Game Logic
Through Visual Flows
The only Unity Visual Scripting education designed for visual thinkers by a visual thinker who bypassed c#
Automate syntax and play with mechanics today
Visual Graph Editor

⚠️ Warning - website is still under development...
a few bugs prevent buttons & features to run :]
Intuition > Syntax
Don't let a missing weird symbols stop your creative flow...
Compare the traditional way with the Game Logic approach
<> Traditional C# Syntax
[SerializeField] private float moveSpeed = 2.5f;
private void MovePlayer(Vector2 input)
{
Vector3 right = transform.right;
ㅤVector3 forward = transform.forward;
ㅤVector3 combinedDirection = (input.x * right) + (input.y * forward);
ㅤVector3 desiredVelocity = combinedDirection * moveSpeed;
ㅤfloat currentSpeedY = m_Rigidbody.linearVelocity.y;
ㅤm_Rigidbody.linearVelocity = new Vector3(
ㅤㅤdesiredVelocity.x,
ㅤㅤcurrentSpeedY,
ㅤㅤdesiredVelocity.z
ㅤ);
}
⚠️ Prone to Typos. Requires Syntax Memorization & Accuracy.

alienGraphs Flow

⚡ Automated Syntax. Logic Illustrated. Coding Simplified.

For Visual-Oriented Creators Only
Get These 9 Video Game Logic Principles
To Turn Your Natural Game Knowledge Into Playable Artifacts
Using Your Visual Thinking Power To Master Logic Flow & Automate 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.
Turn Your Ideas Into Video Games - Automating Syntax Now

Unlock your visual power to deploy game logic and convert your creative vision into a playable artifact. No coding experience required.


