write a program to make a game in Python
Answers
Answered by
0
Game Programming With Python. You can write whole games in Python using PyGame. ... A full tutorial can be found in the free book "Making Games with Python & Pygame". If you have an existing game and want to add a scripting engine to make it more flexible, Python is also a very good choice.
Answered by
0
NANBA..
import randomimport random import random hidden = random.randrange(1, 201)import random hidden = random.randrange(1, 201)# print hiddenimport random hidden = random.randrange(1, 201)# print hidden import random hidden = random.randrange(1, 201)# print hidden guess = int(raw_input("Please enter your guess: "))ITS ONE OF MY FAVOURITE
Similar questions