Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
villares authored Jun 22, 2024
1 parent 402146a commit 07d8b4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Processing-Python-py5/pong/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Jogo PONG com py5

Variantes e estados parciais para uma reconstrução didática do jogo PONG usando Processing + Python, isto é, [a biblioteca py5, no estilo *imported mode*, no Thonny IDE](https://abav.lugaralgum.com/como-instalar-py5/).
### O que você vai enccontrar aqui?

Variantes e estados parciais de código para uma reconstrução didática do jogo PONG usando Processing + Python, isto é, [a biblioteca py5, no estilo *imported mode*, no Thonny IDE](https://abav.lugaralgum.com/como-instalar-py5/).

* [`pong_minimo.py`](pong_minimo/pong_minimo.py) - variante com controle pelo mouse (1 jogador)
* [`pong_teclado.py`](pong_teclado/pong_teclado.py) - variante com controle por teclado (2 jogadores)
Expand All @@ -15,6 +17,8 @@ Variantes e estados parciais para uma reconstrução didática do jogo PONG usan

**Código neste repositório:** GNU GPL v3.0

**Texto e imagens das instruções de montagem com Arduino:**<br> <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/villares/lousa-magica/">lousa-magica</a> por <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://abav.lugaralgum.com">Alexandre B A Villares</a> é um trabalho licenciado sob <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" /></a></p>
**Texto e imagens das instruções de montagem com Arduino:**

<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/villares/lousa-magica/">lousa-magica</a> por <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://abav.lugaralgum.com">Alexandre B A Villares</a> é um trabalho licenciado sob <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" /></a></p>


0 comments on commit 07d8b4d

Please sign in to comment.