FerryTime Arcade — game credits & licenses ============================================ All games below are self-hosted under /games// and used under their original open-source licenses. Trademarked names are NOT used as published labels; cabinets use generic names (Brick Buster, Asteroid Field, etc.). Load the Ferry (cabinet: "Load the Ferry" — FEATURED, FerryTime original) Source : original, written from scratch for FerryTime.AI v0.6 : added a real 3-initials arcade leaderboard (top 10, SQLite-backed via /api/games/scores). Score rewards finishing fast + clean. License: CC0 (public domain) — see load-the-ferry/LICENSE.txt Touch : drag-to-drive, built for phones. 2048 (cabinet: "2048") Source : https://github.com/gabrielecirulli/2048 Author : Gabriele Cirulli License: MIT (see 2048/LICENSE.txt) Touch : built-in swipe support. Breakout (cabinet: "Brick Buster") Source : https://github.com/end3r/Gamedev-Canvas-workshop (lesson10) Author : MDN / Andrzej Mazur License: CC0 (see breakout/LICENSE.txt) Touch : keyboard + mouse from source; mobile = mouse/drag only (noted). Snake (cabinet: "Snake") Source : https://gist.github.com/straker/ff00b4b49669ad3dec890306d348adc4 Author : straker License: CC0 (see snake/LICENSE.txt) Touch : swipe-to-steer added by FerryTime. Pong (cabinet: "Pong") Source : https://gist.github.com/straker/81b59eecf70da93af396f963596dfdc5 Author : straker License: CC0 (see pong/LICENSE.txt) Touch : drag-to-move-paddle added by FerryTime. Asteroids (cabinet: "Asteroid Field") Source : https://github.com/dmcinnes/HTML5-Asteroids Author : Doug McInnes License: MIT (see asteroids/LICENSE.txt) Note : original repo shipped without its 2 sound-effect files (laser + explosion) -- game 404'd on both, silently, for every player. Replaced 2026-07-02 with 2 short synthesized placeholder SFX (ffmpeg-generated, not from the original repo) so the game has audio feedback again. Touch : on-screen controls only trigger on iPad UA; weak on modern phones (noted). NOT SHIPPED (kept "coming soon"): Maze Muncher (Pac-Man style, platzhersh/pacman-canvas) — webpack-bundled with a large img/audio asset tree; would not mirror cleanly via static copy. Skipped. Battle Tank — no clearly MIT/CC0, original-art, mobile-playable tank clone found. Kept as "coming soon" rather than mislabel an unrelated game.