KAITEN SUSHI is a high-speed action puzzle game simulating the chaos of a busy Japanese conveyor belt sushi restaurant. Your goal is to serve customers by grabbing the correct sushi plates from the moving belt before they disappear.
Look at the bottom of the screen. There are 3 trays, each requesting a specific type of sushi (e.g., TUNA, EGG, ROLL).
Find the matching sushi on the moving conveyor belt above.Drag it with your finger (or mouse) and drop it onto the correct tray.
Sometimes a WASABI BOMB (💣) will appear. Do NOT touch it! If you tap it, you lose points and your combo resets.
This game uses React Pointer Events to enable smooth multi-touch support on smartphones. The collision detection between the dragged sushi and the tray is calculated in real-time using coordinate geometry.