Skip to content

Desktop game with a mix of Pong and Arkanoid

Notifications You must be signed in to change notification settings

DeltaZen/monsterpong.xdc

 
 

Repository files navigation

MonsterPong

MonsterPong port for webxdc

Building

pnpm i
pnpm build

A .xdc file will be generated in the dist folder, then just send it in any chat and you should be able to play the game.

How to play

Arrow keys to move your paddle, spacebar to shoot.

Play a pong match against a monstrous enemy. If and when you defeat it, steal one of its body parts for yourself. Parts affect your statistics, which in turn affect the game as follows:

  • attack (atk) - the number of balls you shoot
  • defense (def) - the strength of the bricks behind your paddle
  • health (hp) - your points

Credits

The game was developed by Michele 'Buch' Bucelli and Andrea Di Primio. Graphics are licensed under CC-By-SA 3.0 and available on OpenGameArt

Packages

No packages published

Languages

  • JavaScript 97.5%
  • HTML 2.5%