Skip to content

Tombarr/pacman-kaios

Repository files navigation

Pak-Man KaiOS

Pac-Man game built for KaiOS smart feature phones, forked from Pacman PWA.

🎮 Play PWA

Pak-Man is integrated with KaiAds (per KaiStore Distribution Agreement) and optimized for 240x320 screens.

Ready! Level 1 Completed Homescreen
Pak-Man Level 1 Completed Pak-Man Homescreen

Icons

Pak-Man Icon 112px Pak-Man Icon 56px

Banner

Pak-Man Marketing Banner

Install & run:

Built files are stored in a dist folder. To run the game, a static server is needed.

  • With NodeJS:

    • Using npm:
    npm install && npm start

Webpack will run webpack-dev-server on localhost:3000 with BrowserSync on localhost:4000.

  • With Python, just run command inside dist folder:
python -m SimpleHTTPServer
  • With any static server, it should serve files from dist

Controls

Keyboard

  • ENTER - Pause game, start next level, or restart game after win or game over
  • UP - Move up
  • LEFT - Move left
  • DOWN - Move down
  • RIGHT - Move right
  • SOFTRIGHT - Mute/ Unmute

Technologies

  • Phaser game engine
  • TypeScript
  • Webpack

Features:

  • Support desktop & mobile devices
  • Works offline as a privileged app
  • Support keyboard
  • 3 levels
  • 8-bit music & sounds
  • Made with Love :)