game tag

43 questions


1 answers
98 views
0
Unity engine (ball bouncing) Change the color of the ball received by Color to the image.

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 ...

1 years ago

1 answers
94 views
0
I really want to develop a game through Unity with Windows XP SP2.

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...


1 answers
109 views
0
I want to change the baseball game to a function, is there any other way to use global?

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...


1 answers
125 views
0
Python help questions

It's not coming up. What should I do?

1 years ago

1 answers
130 views
0
A game made with pygames... There's a problem with a piece of code... Help me.

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...

1 years ago

1 answers
130 views
0
What's wrong here?

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...

1 years ago

2 answers
108 views
0
CSS Diner Selector Question!!

Sir, I've solved all the rest of the problems, but I don't know how to solve these two problems using two choices


1 answers
60 views
0
If you're an incumbent developer or planner, please take a look.

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 ...

1 years ago

1 answers
96 views
0
TypeError: 'int' object is not callable error when pygame quit button is pressed.

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...

1 years ago

1 answers
78 views
0
I want to make a game or application for learning English words.

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....

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.