Questions tagged as 'game'

1
answer

Problems developing a bricks-breaking game in tkinter (collisions with objects)

I'm a few days studying and trying to get the ball by hitting the rectangles from above they add and invert the side from tkinter import * from constantes import * import random class Jogo(): def __init__(self): #Criar tel...
asked by 19.06.2018 / 14:29
1
answer

Python Guess Game

I was doing a job and I ran into some problems. This code has a limitation: Whenever the player selects any number that has already been selected before, the code does not invalidate and is considered as an attempt. I would like a help to refin...
asked by 15.05.2018 / 19:44
0
answers

How to use SQLite in an app made by Libgdx?

I'm making a game using Libgdx, and it's practically ready, I just need to get a way to save the game score, I decided to create a SQLite database with some basic table (id, name, score) fields. My problem is that I do not know how to link the c...
asked by 22.03.2018 / 18:35
0
answers

multi resolution with cosco2dx for android

I want to develop a game for android using the cosco2dx, but I came across the issue of the android resolution to countless screens of different sizes, I searched a lot and even studied how coosco2dx works the images with opengl veiwport I fo...
asked by 24.01.2018 / 19:54
1
answer

What size should I use for 3d models imported into Unity 3D?

I'm starting a new project on Unity 3D using free 3d models from the internet, I imported a building but when I went to open in Unity it was gigantic compared to the standard Unity character! My question is if I should lower the building or incr...
asked by 10.06.2018 / 00:21