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
This commit is contained in:
qme1519
2018-11-18 17:51:12 +00:00
committed by Christopher McCormack
parent 74a5c8d15a
commit e8254ea330

View File

@ -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*