LeandroSQ / js-pong

Simple pong game

Home Page:https://leandrosq.github.io/js-pong/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PONG

Typescript implementation of the Pong game.

Live demo here

About

This project is a simple implementation of the classic Pong game using Typescript, HTML and CSS. For Audio it uses the WEB Audio API, using oscillators to generate the sounds at runtime.

How to play

Use the mouse to control the paddle and try to score as many points as possible.

Used in this project

Name Description
Eslint For linting and semantic analysis
Prettier For code formatting
Browser sync For live reloading
Esbuild For bundling
gulp For task automation
SASS For CSS preprocessing
Github actions For CI, building and deploying to github pages
Google fonts For the Pixelify Sans font
Google Icons For the Sport tennis icon used as favicon
Real favicon generator For generating the favicon

About

Simple pong game

https://leandrosq.github.io/js-pong/

License:MIT License


Languages

Language:TypeScript 86.5%Language:JavaScript 5.8%Language:SCSS 4.6%Language:HTML 3.1%