Portfolio

illustrations illustrations illustrations illustrations illustrations illustrations illustrations

Simple JS Pong game 2016

Published on Jan 01, 2016 by debnera on game game-studies

Simple JS Pong game 2016

A simple JS Pong game 2016

Theme: Learn JavaScript from a tutorial (+ add extra stuff)
Project duration: ~1 week of coding
Team size: 1
My task: Everything (solo project)

A simple Pong, with a twist. A very small project for learning the basics of JavaScript.

GitHub Repository

Pong (Playable demo)

Use the arrow keys to move your paddle

The amount of balls increases every time the AI misses.

Note: The game disables scrolling this web page with arrowkeys

This is the first project on my journey of learning JavaScript. As always, I like learning new languages by creating games. I also wanted to keep the scope of this project very small, which made recreating the classic Pong an obvious choice.

Features

  • The amount of balls increases every time the AI misses.

  • The game ends when the player has missed every ball on game.

  • Player gets one point for every hit.

  • Use the arrow keys to move your paddle.


Similar Stories