Questions tagged as 'jogos'

2
answers

Doubts in javascript collisions

I'm starting to program now, and I have the task of making a simple control with the keyboards in a "map" that is an image, and the cart can not cross the streets, the map is the attached image but I'm not being able to think of a logic to make...
asked by 19.09.2017 / 07:17
1
answer

How to display image size proportional to libgdx?

How do I display the images in my game that are size proportional to the screen size of the device, so that if an image has a 1/3 width of the screen on a 480x800 screen, it should also have the same 1/3 320x480 or 720x1280? I think it's with '...
asked by 12.06.2016 / 01:03
1
answer

How to compile c ++ with SFML library within the project itself

Hello, people who like to program. I'm having a problem that until now researching in the donkey dad (Google) I could not solve. I am doing a little game as part of the evaluation of programming language 1. I do not know how to properly link (co...
asked by 30.09.2015 / 03:10
1
answer

Problem with cache in flash games [closed]

I'm monitoring a site in a college project and I realized that the moment I open a certain game, it gives an error, varying the error from game to game, some do not load, some take too long to load, another one gives error when entering the game...
asked by 29.06.2015 / 14:34
1
answer

Unity 3D - Movie scenes (cutscenes)

I've been studying Unity3D recently, and I'd like to know the best way to do "cinematic scenes" (cutscenes) ... For example, in RPG Maker could create events in such a position, that they were triggered when arriving at that place. From there yo...
asked by 23.03.2015 / 18:43
1
answer

About key command (lua script)

Is there any way I can put something in the script, so that if I press a key, it responds with a command? If so, how?     
asked by 05.02.2015 / 21:11
0
answers

Recursion - Why am I entering a loop?

I'm trying to implement an algorithm called minimax, but I'm having trouble recursively, it goes into a loop which I can not figure out why. The depth of the algorithm should vary according to the moves that are tested, but the depth that occurs...
asked by 08.06.2018 / 05:11
0
answers

Old Game in C with MiniMax. Problem printing impressions

I and two other friends are doing a game of the old in C using MiniMax and tree as a Data Structure project and we are having a problem when it comes to receiving the game, and also when it is time to show it to the user. We believe that the err...
asked by 30.06.2017 / 05:09
0
answers

FUNNY GAME 2048 IN C

Eai Galera, I have a job for college in which I play the game 2048 in C. I am killing myself with this already, the teacher asked the user to choose the size of the board and with what value the game would start (2, 2 or 4, 2,4 or 8), I've done...
asked by 15.06.2017 / 17:39
0
answers

How to use the HARDWARE_INPUT structure of C ++?

I'm developing a program that simulates game inputs. Using the SendInput() function of C ++. I have already been able to simulate keyboard inputs from the INPUT structure using the INPUT_KEYBOARD parameter, however I do not...
asked by 30.01.2017 / 20:30