From e8254ea330930e41fde2b60808fb6a815e76708a Mon Sep 17 00:00:00 2001 From: qme1519 Date: Sun, 18 Nov 2018 17:51:12 +0000 Subject: [PATCH] Making Games with Python and Pygame added (#22106) * Making Games with Python and Pygame added Making Games with Python and Pygame added (book for creating games in Python using pygame with examples to follow) * removed extraneous query parameters --- guide/english/book-recommendations/python/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guide/english/book-recommendations/python/index.md b/guide/english/book-recommendations/python/index.md index 97391ceea2..1a761aef29 100644 --- a/guide/english/book-recommendations/python/index.md +++ b/guide/english/book-recommendations/python/index.md @@ -57,6 +57,15 @@ You'll learn many of the first princliples for data science tools and how algori - ISBN-10: 149190142X - ISBN-13: 978-1491901427 +#### Making Games with Python and Pygame + +A great book for people willing to test their knowledge in Python by creating games. It involves the use of pygame with easy to follow examples. Paid with a free ebook available. + +- [Website](https://inventwithpython.com/pygame/) +- [E-book](https://inventwithpython.com/makinggames.pdf) (free) +- [Amazon](https://www.amazon.com/Making-Games-Python-Pygame-Sweigart/dp/1469901730?ie=UTF8) +- ISBN-10: 9781469901732 +- ISBN-13: 978-1469901732 *Automate The Boring Stuff With Python*