itch.io is community of indie game creators and players

Devlogs

DevLog 1

KIT109 Assignment 1
A browser game made in HTML5

List of sources in this game

All textures are free to share and use from Bing.

The texture of walls:

The texture of the ball:

The texture of paddles:

Sound effect when the ball hit walls & ball goes out of the scene: https://archive.org/details/PongSoundEffect

Sound effect when the ball hit paddles: https://freesound.org/people/EminYILDIRIM/sounds/536104/

List of features in this game

1. When lost, the ball resets to the centre, and starts moving in a random direction every time (either left or right angles can happen) at an approximately similar speed no matter what direction.

2. Paddles cannot go past the top and bottom walls, and never move sideways, rotate, or get stuck.

3. Clearly legible scores shown for both players, and scores are correctly calculated as play progresses.

4. Game play proceeds to end of the match (first to 10 points) and then displays winning message that identifies winner.

5. Upon gameplay ceasing (as above), a “play again?” message is shown, when clicked, game restarts with scores, paddles, and ball reset.

6. Player can select 1- or 2- player from the title screen, and play against either the AI or another human, at the end of a match, the game returns to this screen (i.e. it functions as the “play again?” option)

7. Different sound effects added for each of the following: ball hitting the paddle, ball hitting the wall, ball going off the screen, and end of match.

Leave a comment