Home > Web Front-end > JS Tutorial > Able to write game programs through Python training course

Able to write game programs through Python training course

WBOY
Release: 2024-07-19 06:07:10
Original
710 people have browsed it

பைத்தான் பயிற்சி வகுப்பின் மூலம் விளையாட்டு நிரல் எழுத முடிந்து

Through a Python training course organized by Math Foundation, I was able to write a game program for archival visualization. It was even more encouraging. Chabar is grateful for what the instructor does.
from meymayakkamfinal1 import *

print("Can we play trance game")
print("Choose one of the steps to play the hypnosis game")

hierarchies = [
"1. K+K",
"2. ng+gang",
"3. Ch+S",
"4. Nj+Sanjaya",
"5. T+Kasadapa",
"6. N+Kasanjatanapamayava",
"7. Th+th",
"8. N+Danaya",
"9. P+P",
"10. M+Phamayava",
"11. Y+Kasatapagnanamayavam",
"12. R+Kasatapagnanamayavam",
"13. ந+காத்தைந்தாயுவு",
"14. W+W",
"15. L+Kasapalayava",
"16. ல+காப்பாயு",
"17. த+காச்சு",
"18. n+kasanjapamayavarana",
"19. R, ந குட்டு அக்கு அக்கா"
]

print ( steps )

rules = [meymayakkam1, meymayakkam2, meymayakkam3, meymayakkam4, meymayakkam5, meymayakkam6, meymayakkam7, meymayakkam8, meymayakkam9, meymayakkam10, meymayakkam11, meymayakkam12, meymayakkam13, meymayakkam14, meymayakkam15, meymayakkam16, meymayakkam17 kam18, meymayakkam19]

player_field = 5

playing whilefield > 0:
playing
field = playing_field - 1

தெரிவுசெய் = input("விளையாடும் விதியைத் தெரிவுசெய் : ")
print (தெரிவுசெய் )
உள்ளீட்டுச்சொல் = input("ஒரு சொல்லைத் தருக : ")

if தெரிவுசெய் == "1" and meymayakkam1(உள்ளீட்டுச்சொல்):
        print ("மெய்ம்மயக்க விதி1இன்படி சரியான சொல்")
elif தெரிவுசெய் == "2" and meymayakkam2(உள்ளீட்டுச்சொல்):
        print ("மெய்ம்மயக்க விதி2இன்படி சரியான சொல்")
else:
    print ("மெய்ம்மயக்க விதிகளின்படி இது தவறான சொல். மீண்டும் விளையாடுங்கள்.")
Copy after login

The above is the detailed content of Able to write game programs through Python training course. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template