SkeddSystems

Practical Systems. Weird Worlds.

Building software, games and digital systems that solve real problems and create new worlds.

Explore Our Projects
FACILITIES ARCHITECTURENintendoENTERTAINMENT SYSTEM
Code Snapshot
01  // Facilities: Get assets within map bounds
02  export function getAssetsInBounds(bounds) {
03    return supabase
04      .from('assets')
05      .select('*')
06      .within('geom', bounds)
07      .order('type');
08  }
09
10  // ownerId -> geometry ownership
11  // Freeze spell: pause movement, keep life

Games

Immersive worlds and engaging experiences built with creativity and intention.

About

Skedd Systems is an independent studio focused on useful systems and original creative projects.