43 questions
I'm making a ball bouncing game through UNI.T 2D.Make a circular ball and color the ballI want to import and apply a specific image.I'd like to change it. [The image has been modified to fit the size ...
Hi, how are you?I am a student who has been planning to develop Android games with my friends for fun since about a month or two ago.I'm trying to start a real development because the plan is pretty w...
Below is a baseball game that I have madeimport random answer = random.sample(range(1,10),3) tr_num = 0 # Variable indicating how many attempts have been madevariable representing the number of st...
import pygame.localsimport gameCode.player_antimport gameCode.soilpygame.init()display = pygame.display.set_mode((1280, 720))displaySurface = pygame.Surface(display.get_size())clock = pygame.time.Cloc...
import pygame.localsimport gameCode.player_antimport gameCode.soilpygame.init()display = pygame.display.set_mode((1280, 720))displaySurface = pygame.Surface(display.get_size())clock = pygame.time.Cloc...
Sir, I've solved all the rest of the problems, but I don't know how to solve these two problems using two choices
I worked for a game development company for a while and joined a company that develops web-based coding games. First of all, there are currently five employees, including the representative.I came in ...
for event in pygame.event.get(): if event.type == pygame.QUIT: crashed = True elif event.type == pygame.MOUSEBUTTONUP: mx, my = pygame.mouse.get_pos() if mx > 180 and mx < 340 and my > 2...
Hello, I am a student attending engineering school. Our project is to make a game/application for basic English learning for children, so I have to study on my own...Let me ask you a quick question.1....
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.