"Space" remake of the classic arcade pong game. The game is written in pure Javascript (no engines, no frameworks, no libraries). It uses HTML5 canvas
to draw images and move them on the screen.
- Player controls the spaceship on the left with the mouse movement (or the touch movement if he plays from a mobile device)
- Every time a player misses the ball, the opponent gets a point
- First player to reach 11 points win the game
- Tip: Hit the ball with the edge of the spaceship shield to get a "fire shot"
Play Moon Pong here.
Testsd on :
- Chrome
- Firefox
- Edge
- Angelo Faella - AngeloFaella