Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buzzcosm/pong-vanilla-js-app

ZTM Cours (javaScript Web Projects) - No. 20: Pong
https://github.com/buzzcosm/pong-vanilla-js-app

canvas canvas-animation canvas-game canvas2d vanilla-js ztm ztm-course-exercises

Last synced: about 1 month ago
JSON representation

ZTM Cours (javaScript Web Projects) - No. 20: Pong

Awesome Lists containing this project

README

        

# Pong

Exercise Project of `ZTM` Cours on Udemy ([JavaScript Web Projects: 20 Projects to Build Your Portfolio](https://www.udemy.com/course/javascript-web-projects-to-build-your-portfolio-resume)).

## Description

Programmed in vanilla-js.

## Useful references 🔥😁

- [Mozilla - Drawing shapes with canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes)
- [Mozilla - Canvas 2D Context](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D)
- animation
- [CSS Tricks - Using requestAnimationFrame](https://css-tricks.com/using-requestanimationframe/)
- [Google - Optimize Javascript](https://web.dev/articles/optimize-javascript-execution?hl=de)
- [Mozilla - requestAnimationFrame() method](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestAnimationFrame)