Skip to content

A Doodle Jump style game featuring a jumping penguin, built with Phaser 3

License

Notifications You must be signed in to change notification settings

frmachao/penguin-jump

Repository files navigation

Penguin Jump

A Doodle Jump style game featuring a cute jumping penguin, built with Phaser 3 and TypeScript.

Penguin Jump Screenshot

Play it here: Penguin Jump

Game Features

  • Endless vertical jumping gameplay
  • Three types of platforms:
    • Regular platforms: Safe to jump on
    • Disappearing platforms: Vanish after use
    • Destructive platforms: Break immediately
  • Score system based on height achieved
  • Special rocket boost power-up (unlocked via ShieldLayer mint)
  • Background music and sound effects

Controls

  • Left Arrow / Right Arrow: Move penguin left/right
  • R: Restart game

Development

This game is built with:

  • Phaser 3.87.0
  • TypeScript 5.4.5
  • Vite 5.3.1

Getting Started

  1. Clone the repository
git clone https://github.com/yourusername/penguin-jump
  1. Install dependencies
npm install
  1. Start development server
npm run dev
  1. Build for production
npm run build

Credits

License

MIT License

About

A Doodle Jump style game featuring a jumping penguin, built with Phaser 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published