itch.io is community of indie game creators and players

Devlogs

Assignment 1 - Pong

KIT109 Assignment 1 - Pong
A browser game made in HTML5

Hey all,
I managed to do the following for the base game:
  Get the ball moving
  Move the player paddles
  Detect when the ball has left the screen
  Scoring
Further more, I also was able to add in:
  The ball resets to the centre if it leaves the screen on any side (and starts in a random direction)
  The paddles cant leave the screen (walls block them)
  Scoring shows in the top left and right corners
  Game logic, when a player reaches 10 points the game ends and an option to begin a new game is shown (and works)
  And finally the ball slowly increases in speed the more bounces it has (and should reset when the ball is reset)

Not included
  AI
  Sounds


Sources
Scripts have been taken and modified from KIT109 Tutorials

Files

  • Assignment 1 - Pong.zip 3.1 MB
    Aug 01, 2020
Leave a comment