Merge pull request #55 from sinAshish/patch-1

adds-build games in python
This commit is contained in:
Daniel Stefanovic 2018-05-14 20:28:38 +02:00 committed by GitHub
commit d363575362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@
* [**Lua**: *BYTEPATH*](https://github.com/SSYGEN/blog/issues/30) * [**Lua**: *BYTEPATH*](https://github.com/SSYGEN/blog/issues/30)
* [**Ruby**: *Write Yourself a Roguelike*](https://github.com/thoughtbot/write-yourself-a-roguelike) * [**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) * [**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` #### 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/) * [**Haskell**: *Reimplementing “git clone” in Haskell from the bottom up*](http://stefan.saasen.me/articles/git-clone-in-haskell-from-the-bottom-up/)