Build-Alongs
Paid code-along projects that assemble a complete game from the real component library, one lesson at a time.

Space Combat with Arcade ECS
Course 2 of the three-part Spaceshooter build-along. Starting from the finished Course-1 flight scene, you add space combat to the ship using the real BabylonJS Market combat components — guns, per-part damage, lock-on homing missiles, and enemy AI — until two enemy fighters are chasing and shooting at you.

Fly a Ship in Deep Space with Arcade ECS
A build-along course that builds the flight part of the Spaceshooter game from the real BabylonJS Market components. You get the ship on screen in the first lesson, then add its pose, movement, flight controls, keyboard input, and a camera that follows it.

Code a Poker Game with Arcade ECS
A code-along course that builds a complete Texas Hold'em web game from the real BabylonJS Market poker components. You start with an empty scene and add dealing, betting, hand ranking, and three AI opponents one component at a time.

Make the Poker Game Multiplayer
A code-along course that turns the finished single-player poker game into a four-player online game. You build a small room server, connect four browsers directly with WebRTC, deal the same cards on every screen without sending them, and show each player their own hand — all from the real BabylonJS Market multiplayer components.

Build an Arcade TwinStick Shooter
A code-along course that builds a complete arcade twin-stick shooter step by step, using the real, tested BabylonJS Market components. You start with an empty arena and add ship movement, aiming, pooled bullets, enemies, waves, health, and score until you have a working web game.

Hazards and Missions with Arcade ECS
Course 3 of the three-part Spaceshooter build-along — the finale. Starting from the finished Course 2 dogfight, you build the arena and the mission around it: a procedural asteroid belt, an oil-blob hazard that shoots back, pooled enemy waves, a run you can win or lose, and then the whole presentation layer — explosions, damage, a generated nebula sky, a lens flare and a targeting HUD — until the scene matches the complete SpaceshooterFlight game, entity for entity.

Build a Vehicle Combat Game
A code-along course that builds an endless combat highway out of the real, tested BabylonJS Market components. You start with twelve recycled slabs of asphalt and add a car that drives like a car, streaming traffic, ramming damage, a smoke screen, oil and gravel, a drive-in weapon van, a convoy that holds its line, and a river the car swaps into a boat for.

Build an Arcade Pinball Table
A code-along course that builds a complete 3D pinball table step by step, using the real, tested BabylonJS Market components. You start with an empty playfield and add walls, a camera that frames the table, a plunger that launches the ball, flippers you actually control, and bumpers, spinners and saucers that score — until you have a working web game.

Build an AI Soccer Game with Arcade ECS
A code-along course that builds a playable AI soccer game from the real BabylonJS Market arcade components. You start with an empty pitch and add a physics ball, two AI teams that chase and shoot, goals that score, and a match director that runs kickoffs.