Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added alunos/__MACOSX/._p5
Binary file not shown.
Binary file added alunos/__MACOSX/p5/._empty-example
Binary file not shown.
Binary file added alunos/__MACOSX/p5/empty-example/._index.html
Binary file not shown.
Binary file added alunos/__MACOSX/p5/empty-example/._sketch.js
Binary file not shown.
12,879 changes: 12,879 additions & 0 deletions alunos/addons/p5.sound.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions alunos/addons/p5.sound.min.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions alunos/aluno1 (3rd copy)/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PONG</title>
<style> body {padding: 0; margin: 0;} </style>
<script src="p5.js"></script>
<script src="p5.sound.js"></script>
<script src="sketch.js"></script>
</head>
<body>
</body>
</html>
Loading