From 2c2ebc74b340575aceb5543b4f68e137d37c7066 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Fri, 28 Apr 2017 15:10:13 -0400 Subject: [PATCH] Make Flappy Bird in HTML5 and javascript with phaser (javascript) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d6127b6..166e415 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1) * [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2) * [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser) +* Make Flappy Bird in HTML5 and JavaScript with Phaser + * [Part 1](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1) + * [Part 2](http://www.lessmilk.com/tutorial/flappy-bird-phaser-2) ## Python: * [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)