Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Raspberry Pi Embedded Projects Hotshot
  • Toc
  • feedback
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By : Sai Yamanoor, Srihari Yamanoor
close
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By: Sai Yamanoor, Srihari Yamanoor

Overview of this book

This book is targeted towards beginners and intermediate designers of mechatronic systems and embedded system design. Some familiarity with the Raspberry Pi and Python programming is preferred but not required.
Table of Contents (15 chapters)
close
14
Index

Hello world example with the pygame


In this task, we will learn the usage of pygame for game development. We will get started with an example that opens a blank window and write a couple of lines to monitor events so that we can quit the program if the window is closed.

We will go through the important features of the pygame module, which is necessary to build our arcade game, including playing sounds and controlling the menu.

Prepare for lift off

As mentioned earlier, this project is based on the book Making Games with Python & Pygame (http://inventwithpython.com/makinggames.pdf). In this task, we will go through select features of the pygame module. It is important that you familiarize yourself with the different features available under the pygame module.

Engage thrusters

  1. We will get started by importing the modules required for the Hello world example. We will import the pygame and the sys module:

    import pygame,sys
  2. Next, we will also import pygame.locals, since it contains several constant...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete