- Raspberry Pi By Example
- Ashwin Pajankar Arush Kakkar
- 122字
- 2021-07-16 11:24:21
Summary
In this chapter, we learned about PyGame and its capabilities. We also learned how to build a binary fractal tree with random branches.
Furthermore, we built a snake game and used it to gain further experience in programming games using PyGame. You can also modify the game to gain any additional features you like.
Using these examples as an inspiration, you can also try to build games of your own. You can combine your knowledge of the chapter on Minecraft to build your own simple Minecraft clone!
In the next chapter, we will learn about the basics of Pi Camera and its webcam and how to capture images using them. We will also build some real-life examples using the Python language.
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- arc42 by Example
- 算法精粹:經典計算機科學問題的Java實現
- Magento 2 Theme Design(Second Edition)
- 深入淺出Android Jetpack
- Python數據分析(第2版)
- C#程序設計基礎:教程、實驗、習題
- Selenium Testing Tools Cookbook(Second Edition)
- Python極簡講義:一本書入門數據分析與機器學習
- Domain-Driven Design in PHP
- 從Power BI到Analysis Services:企業級數據分析實戰
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Android 游戲開發大全(第二版)
- C語言程序設計與應用實驗指導書(第2版)
- Node.js 6.x Blueprints