From bc70038b7354ad899d058efaaf0509a3f7d36784 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Fri, 28 Apr 2017 15:08:13 -0400 Subject: [PATCH] 2d breakout game with phaser (javascript) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbabd5f..d6127b6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Build a Serverless MERN Story App with Webtask.io * [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) ## Python: * [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)