Questions tagged as 'jogos'

0
answers

I wanted to program this script to send between x and x hours

// ==UserScript== // @name Fakes // @include https*tribalwars.com.*place* // @grant none // ==/UserScript== var tempo = 300; var x = 0; javascript:var FakesPorAldeia = 10; var sp = 0;var sw = 0;var ax = 0...
asked by 28.02.2017 / 23:47
0
answers

Create a standalone .exe of a game in Visual Studio

I need to launch a game but I want to create a standalone .exe, because when VS finishes the compilation it creates the .exe but together are the dll of the game, I wanted it to be only the .exe in order to distribute. I know he'll be heavier fo...
asked by 02.09.2016 / 05:16
0
answers

My tetris game comes down one piece and in the second piece it's game over

My tetris game comes down to the first normal part, but in the second part it's on top of it, it's game over. As if the second piece had reached the top entering the condition of the GAME OVER function. My game code: using UnityEngine;...
asked by 26.04.2016 / 15:39
2
answers

Using 3D unity tags?

I can not identify my prefabs with the tags that I have defined, I have already added the tags to the prefixes as you can see below: Andmystatus:publicvoidChecks(){for(inty=0;y<gridHeight;++y){for(intx=0;x<gridWidth;++x){if(Grid[x,y]!=nul...
asked by 13.04.2016 / 16:27
0
answers

Problem with BluePrint in 2D game using Unreal Engine 4

Hello, I was following this tutorial from the EU4 website and in video 03 we have an explanation of how to move some character (W, D, S, A, among other options) and in video 04 teaches how to give live movement to the character using Sprites i...
asked by 15.02.2016 / 17:44
1
answer

Game resolution Sudoku giving infinite loop in C

I have the following code in C : #include <iostream> #include <stdio.h> #include <stdlib.h> #include <time.h> // Variáveis globais int jogo_tabuleiro[9][9] = {0}; int func_quadrante(int quadrante, int numero) {...
asked by 20.06.2016 / 00:00
1
answer

Get position prefab and compare with other prefab within a grid? Unity 3D

I'm developing a tetris-style game, but geared towards chemistry. Instead of missing a complete line and punctuating, the user needs to form a molecule. For this, each element (H and C) is a different prefab. With this I need to identify if the...
asked by 05.04.2016 / 19:52
1
answer

How do I make a phase walk along with a character in JFrame Java?

I wanted to know if how to make a camera to character when it reaches the end of the panel start to go next to the character, because when setting a size this.setSize(500,500); the character when passing this mark it disappears and if you...
asked by 06.06.2016 / 15:27
1
answer

Game engine 2d free [closed]

I'm thinking about starting a basic 2D game in C # , but I can not find any free game engine I can use. Please, if you know any free and simple to use, please reply, I'll be grateful.     
asked by 20.08.2015 / 18:58
1
answer

Compare values between Array's JavaScript

Good morning, My dear, I need an orientation on comparing values between two Array's in JavaScript. I am working on a small lottery simulator where the code starts with the first Array containing 6 numbers, the second Array will store the 6 numb...
asked by 27.12.2017 / 14:03