Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daraperini/learning-javascript-pong
Practicing programming logic I recreated the classic Pong game.
https://github.com/daraperini/learning-javascript-pong
collider2d javascript p5js scratch
Last synced: about 2 months ago
JSON representation
Practicing programming logic I recreated the classic Pong game.
- Host: GitHub
- URL: https://github.com/daraperini/learning-javascript-pong
- Owner: daraperini
- Created: 2023-07-17T16:59:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T19:17:45.000Z (about 1 year ago)
- Last Synced: 2023-12-12T19:52:45.512Z (about 1 year ago)
- Topics: collider2d, javascript, p5js, scratch
- Language: JavaScript
- Homepage: https://editor.p5js.org/daraperini/full/OGZybgA6C
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
Hello! This project consists in a classic game: Pong. It was primary developed with Scratch with the goal to impruve programming logic. From there I developed it in JavaScript using the p5JS editor. It was created during the Alura's class *Programming logic: begin in logics with the Pong game and JavaScript*.
To see the inicial results from Scratch, click [here](https://scratch.mit.edu/projects/874374056) and go to "See inside" to see the logic.
To see the final result of the page (and to play!) click [here](https://editor.p5js.org/daraperini/full/OGZybgA6C).## Used tools:
* Scratch
* JavaScript (p5)
* [External repository](https://github.com/bmoren/p5.collide2D/)*(Alura is a Brazilian technology school and for acessibility reasons this code is in Portuguese)*
#
# Pong
Olá! Esse projeto consiste em um jogo clássico: o Pong. Ele foi primeiramente pensado e desenvolvido com Scratch com o intuito de melhorar a lógica de programação. Após, o jogo foi desenvolvido em JavaScript no p5JS. O projeto foi desenvolvido a partir do curso *Lógica de programação: comece em lógica com o jogo Pong e JavaScript*, da Alura.
Para ver o resultado inicial desenvolvido com o Scratch, clique [aqui](https://scratch.mit.edu/projects/874374056) e seleciona "*See inside*" para ver o desenvolvimento da lógica.
Para acessar o resultado final da página (e jogar!) no p5JS, clique [aqui](https://editor.p5js.org/daraperini/full/OGZybgA6C).## Ferramentas utilizadas:
* Scratch
* JavaScript (p5)
* [Repositório externo](https://github.com/bmoren/p5.collide2D/)