forked from CodingTrain/website-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathangry birds
45 lines (41 loc) · 1.44 KB
/
angry birds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "Angry Birds with Matter.js"
video_number: 138
date: 2019-03-08
video_id: TDQzoe9nslY
web_editor: LbNt1nyxE
repository: CC_138_Angry_Birds
links:
- title: "Angry Birds"
url: "https://www.angrybirds.com/"
- title: "Matter.js"
url: "http://brm.io/matter-js/"
videos:
- title: "Introduction to Matter.js"
video_id: "/more/archive/nature-of-code/5-Physics-Libraries/5.17-Introduction-to-Matter.js"
- title: "Inheritance in JavaScript"
video_id: "MfxBfRD0FVU"
- title: "Phaser Game Development with Catt Small"
url: "/GuestTutorials/008-catt-small-phaser-game-development"
contributions:
- title: "Koji version"
author:
name: "Miles Exner"
url: "https://www.milesexner.com"
url: "https://angrybird.withkoji.com/"
source: "https://withkoji.com/~Dizolivemint/p5-and-matter-js-coding-train-angry-birds-tutorial"
- title: "OU vs. Texas College Football Version"
author:
name: "Sam Lee"
url: "https://codepen.io/leimapapa/"
url: "https://codepen.io/leimapapa/full/GPKYpo"
source: "https://codepen.io/leimapapa/pen/GPKYpo"
---
- title: "angrybirds rebuit"
author:
name: "Sarvagya singh"
url: "https://github.com/sarvagya230/angrybirds.git"
url: "https://github.com/sarvagya230/angrybirds.git"
source: "https://github.com/sarvagya230/angrybirds"
---
An attempt to implement the basic mechanics of Angry Birds in JavaScript using p5.js and the matter.js physics engine.