From d658a61dbcad5064965d173684fb1db4178a748d Mon Sep 17 00:00:00 2001 From: Ashish Sinha Date: Mon, 14 May 2018 12:34:55 +0530 Subject: [PATCH] adds-build games in python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6745249..42e8efb 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ * [**Lua**: *BYTEPATH*](https://github.com/SSYGEN/blog/issues/30) * [**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/)