Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 568 Bytes

File metadata and controls

10 lines (8 loc) · 568 Bytes

Flappy-Bird-Processing

Attempt to create FlappyBird in Js executing using P5

Add all the files in a driectory and in the index.html, include allthe P5 libraries. Then Execute the index.html

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.sound.min.js"></script>
<script src="https://unpkg.com/matter-js@0.14.2/build/matter.min.js"></script>