Kids can code, Elders also can: Create a simple game using Python by M K Premarajan

Kids can code, Elders also can: Create a simple game using Python by M K Premarajan

Author:M K, Premarajan [M K, Premarajan]
Language: eng
Format: epub, pdf
Publisher: UNKNOWN
Published: 2021-02-05T00:00:00+00:00


The screen will be displayed, and when you click the close sign marked by ‘X’ at the top right corner of the screen, the loop will be exited. The program reads the next line ‘pygame.quit()’ function and exits the game. ’pygame.init()’ initializes all ‘pygame’ modules whereas ‘pygame.quit()’ closes all ‘pygame’ modules and quits.

Please note that the word ‘screen’ used is a variable and not a keyword. You can use any variable. We have used the word ‘screen’ for the ease of identification. We can change the colour of our screen by using a method, ‘fill’. Python uses (R,G,B) colour scheme. The maximum saturation a colour can go up to is 255. When all the colours have the maximum saturation of ‘255’, the colour is white and when it is ‘0’, the colour is black.

WHITE = (255,255,255)

BLACK = (0,0,0)

RED = (255,0,0)

GREEN = (0,255,0)

BLUE = (0,0,255)

Other colours are created by a combination of these shades.

The default colour of our ‘screen’ is black. You can change the colour of the screen using a method. A method is almost similar to a function. A method belongs to an object and is called on it. For example, ‘screen.fill’, where ‘screen’ is the object and ‘fill’ is the method. We can change the colour to green by the following command:

screen.fill(0,255,0)

A detailed colour code guide is available at the following site:

https://www.rapidtables.com/web/color/RGB_Color.html

You can choose any colour from the palette, and it will give the RGB colour code. You can experiment with changing the size and colour of the screen.

We can store the colors in variables instead of giving the triplet code every time, to specify colour!

Let us do it! By convention, capital letters are used for variables representing values which do not change.

You can replace the RGB code (0,255,0) with the variable ‘GREEN’ now defined.

Customising the screen

The screen has a default pygame logo and a caption ‘pygame window’. We can change this to our choice. Our idea is to develop the game ultimately as ‘Corona Warriors’. We will, therefore, have a representative logo and caption to our screen. "https://www.flaticon.com" (There are other sites also) provides many free icons which can be downloaded. I have chosen a logo ‘safety-suit’ from the site. I have downloaded it and saved it as ‘safety-suit.png’, in the game directory. You can also choose an icon and save the file in your game folder. Let us go ahead with coding.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Popular ebooks
Whisky: Malt Whiskies of Scotland (Collins Little Books) by dominic roskrow(55928)
What's Done in Darkness by Kayla Perrin(26533)
Shot Through the Heart: DI Grace Fisher 2 by Isabelle Grey(19015)
The Fifty Shades Trilogy & Grey by E L James(18971)
Shot Through the Heart by Mercy Celeste(18889)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 10 by Isuna Hasekura and Jyuu Ayakura(16994)
Python GUI Applications using PyQt5 : The hands-on guide to build apps with Python by Verdugo Leire(16888)
Peren F. Statistics for Business and Economics...Essential Formulas 3ed 2025 by Unknown(16813)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 03 by Isuna Hasekura and Jyuu Ayakura & Jyuu Ayakura(16710)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 01 by Isuna Hasekura and Jyuu Ayakura & Jyuu Ayakura(16337)
The Subtle Art of Not Giving a F*ck by Mark Manson(14274)
The 3rd Cycle of the Betrayed Series Collection: Extremely Controversial Historical Thrillers (Betrayed Series Boxed set) by McCray Carolyn(14081)
Stepbrother Stories 2 - 21 Taboo Story Collection (Brother Sister Stepbrother Stepsister Taboo Pseudo Incest Family Virgin Creampie Pregnant Forced Pregnancy Breeding) by Roxi Harding(13442)
Scorched Earth by Nick Kyme(12720)
Drei Generationen auf dem Jakobsweg by Stein Pia(10927)
Suna by Ziefle Pia(10852)
Scythe by Neal Shusterman(10281)
International Relations from the Global South; Worlds of Difference; First Edition by Arlene B. Tickner & Karen Smith(9484)
Successful Proposal Strategies for Small Businesses: Using Knowledge Management ot Win Govenment, Private Sector, and International Contracts 3rd Edition by Robert Frey(9326)
This is Going to Hurt by Adam Kay(9113)