Questions tagged as 'jogos'

2
answers

Limit movement copy on specific axes

I'm developing a game in Blender and programming in Python. I had to develop solutions to work with oculus rift. Where my character follows the movement of the user's vision. I'm using the following function to copy camera movement to the cha...
asked by 28.07.2015 / 01:13
1
answer

What is the function to see the distance from tank to wall in the roboCode?

I'm trying to implement in the soccode of robocode (for those who do not know, follow the link: link ) a means to make the tank continue walking and, from some distance from the wall, try to return. For now this is the code I tried, but I do...
asked by 20.05.2016 / 16:13
1
answer

Make Loading Animated Screen - Unity 5.1

I'm having trouble making a Loading Screen for my game, the game is a bit big so it takes a while to load, even more for being a mobile game. At the moment I'm trying to do this: public bool loading = false; public Texture loadingTexture; publ...
asked by 16.06.2015 / 19:20
1
answer

Gravity with the library "physics" crown SKD (ERROR)

I am solving a college exercise in corona SDK in making a small game, however I have a small problem at the time the ball will fall from "top" for the second time. The point is that I need to drop the polka dots from the top of the phone so that...
asked by 04.04.2018 / 04:28
1
answer

How to create a commercial game using ready-made Unity templates without violating copyright? [closed]

I'm going to create a paid game using Unity 5, but I'm going to use ready-made and free templates for it. Will I have to pay or put the developers' names of the models in the game or can I use them without copyright problems?     
asked by 09.05.2016 / 19:50
2
answers

Is it possible to create a communication between a tkinter application and a pygame?

I know that tkinter is not thread-safe , but I honestly do not know yet what that means. We are creating a game with pygame , and I would like to integrate an start menu and console written with tkinter, but I do not know if it...
asked by 04.12.2014 / 12:59
1
answer

How to quickly scale a bitmap

I am making a game using SurfaceView and I need a bitmap to have, for example, a size of 20x20, but this bitmap is reused in other parts of the code in different sizes, ie it would not be viable to have it already the proper dimensions because i...
asked by 21.06.2018 / 17:25
1
answer

Sockets - Old Game / Rooster Game MULTIPLAYER

EDITED POST I'm creating the so-called 'Game of the Old Man' (or 'Game of the Rooster'), at this time I'm trying to create a feature that allows two players on different devices - albeit on the same network - to play against each other ....
asked by 26.11.2016 / 23:12
1
answer

Problem in a Player Script PlayerMoviment on Unity 5

Problem in a Script PlayerMoviment of Char in Unity 5 Supposed problem on line 70 in "Quaternion" using UnityEngine; using System.Collections; public class PlayerMoviment : MonoBehaviour { //velocidade do Mago public float speed = 6f...
asked by 28.06.2015 / 17:08
2
answers

Is it possible to create mobile games with C # only? [closed]

Is it possible to create mobile apps as much as Android and IOS using only C # in visual studio? the app in question is a game     
asked by 12.05.2017 / 03:33