From 184ee0fd6ce9940042e4f2c9060140ef23b1bdb5 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Mon, 14 May 2018 20:29:57 +0200 Subject: [PATCH] Move tutorial --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb24cd6..1fcc7fc 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,10 @@ * [**JavaScript**: *How to Make Flappy Bird in HTML5 With Phaser*](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1) * [**JavaScript**: *Developing Games with React, Redux, and SVG*](https://auth0.com/blog/developing-games-with-react-redux-and-svg-part-1/) * [**Lua**: *BYTEPATH*](https://github.com/SSYGEN/blog/issues/30) +* [**Python**: *Developing Games With PyGame*](https://pythonprogramming.net/pygame-python-3-part-1-intro/) * [**Ruby**: *Write Yourself a Roguelike*](https://github.com/thoughtbot/write-yourself-a-roguelike) * [**Ruby**: *Developing Games With Ruby*](https://leanpub.com/developing-games-with-ruby/read) -* [**Python**: *Developing Games With PyGame*](https://pythonprogramming.net/pygame-python-3-part-1-intro/) + #### Build your own `Git` * [**Haskell**: *Reimplementing “git clone” in Haskell from the bottom up*](http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/)