Pakman Arcade (pakman.olahraga.org) ==================================== This game is an adaptation of "pacman-canvas", an open-source HTML5 Canvas Pac-Man, vendored into the olahraga.org game network. Upstream project : pacman-canvas Author : platzh1rsch (www.platzh1rsch.ch) Repository : https://github.com/platzhersh/pacman-canvas License : CC0 1.0 Universal (Public Domain Dedication) — see ./LICENSE Bundled third-party libraries: - jQuery 1.10.2 (MIT) — https://jquery.com - jQuery Hammer / Hammer.js (MIT) — https://hammerjs.github.io - "Press Start 2P" font (SIL OFL 1.1) — https://fonts.google.com/specimen/Press+Start+2P Changes made for this deployment: - Removed Google Analytics, Google AdSense, and the deprecated HTML5 AppCache (cache.manifest). - Replaced the PHP/AJAX backend highscore with a local (localStorage) highscore. No server backend; runs as a static client on Cloudflare Workers. - Added on-screen touch d-pad + swipe controls (mobile-first); keyboard (arrows / WASD) still works. - Added a window.GAME debug hook (start/move/state/score/over). - Added an optional online "Adu Skor" (score-race) lobby relaying live score snapshots over a Durable Object WebSocket. - Indonesian UI labels. Pac-Man is a trademark of Bandai Namco. This is a non-commercial, fan-made tribute using only original open-source code and assets.