Questions tagged as 'jogos'

2
answers

Suggestions for code improvement

Good evening, I created a Joga from the Forca in C ++ as an exercise and would like to receive suggestions for code improvement. Thank you in advance for being able to respond. Follow the code: #include <windows.h> #include <iostre...
asked by 24.01.2018 / 00:41
1
answer

Help with a simple game

Well, I'm trying to make a "ball" follow the playing rectangle, however it does not seem to be happening as the "ball" kind of blurs the screen when I move the player. I already tried to solve the problem and found nothing. Previously I had t...
asked by 27.11.2016 / 20:31
1
answer

Game Snake in pygame: Snake growth function [closed]

I'm writing Snake in pygame, but I do not have a very clear idea of how to implement the snake's growth functionality. I made a list ("list_cobra") containing the coordinates of the head (which is approximately 30x30 pixels), and I thought of ma...
asked by 25.09.2016 / 17:34
1
answer

Input with Link to "modal"

I'm developing a project with sudoku, and I'd like to show a "modal" with the possibilities every time the user clicks on some cell. This site illustrates well what I need: link How can I do this? (I'm using input in cells)     
asked by 15.07.2015 / 01:22
1
answer

Old client server tcp game

I'm going to use netbeans , and the program and what's at this link: # First I run the server says: server is running then I run the client: and error appears on lines 28 and 187 but it does not say what type of error it is, the...
asked by 06.06.2015 / 12:31
1
answer

Online server and Unity 3d [closed]

Given a game created in the unity-3d . What should we know to make it a massive multi player online?     
asked by 29.07.2014 / 05:44
0
answers

I'm writing a game of Tetris, help me

I'm creating a Javascript Tetris using p5.js and I'm having a problem and the speed at which the parts fall ... I'm using the frameRate () function to regulate this ... Framerate changes the speed of execution of the game, not only the movement,...
asked by 22.08.2018 / 21:43
0
answers

Game of shifts in Visualg

I'm stuck on the conditional repetition part. What should I get in the code? Algoritmo "Classes" Tipo Classes = registro arq_Hp,arq_S1,arq_S2,arq_U : real ana_Hp,ana_S1,ana_S2,ana_U: real fimregistro //final var Skill: car...
asked by 24.05.2018 / 16:44
1
answer

How do I move an object on the screen using tkinter?

I have already started my code, I just do not know what is going wrong so that my object does not move #Praticar movimentação de objetos from tkinter import* class Bola(object): def __init__(self): self.janela = Tk() self....
asked by 23.04.2018 / 01:15
0
answers

Game of life c ++

Hello! I'm developing the game of life and I'm not getting the rules applied correctly (I do not know if it's because of the function it prints or the function that checks the rules). For those who do not know, I'll tell you a bit about the game...
asked by 08.09.2017 / 20:49