Skip to main content

Questions tagged [game-development]

Questions directly related to programming computer gaming and interactive graphics/video. Questions involving game logic or general game development (which are off-topic here) should be asked at https://gamedev.stackexchange.com/

game-development
0 votes
0 answers
8 views

Halo around texture with alpha channel

I'm looking for any ways to remove, or at least reduce a white halo around texture (leaf border). It's not visible on the ground (and sky) background (1st picture), but it's noticeable on the 2nd ...
misha.physics's user avatar
-3 votes
0 answers
18 views

Venge.io web game [closed]

anyone know how to create a game like venge.io? Because it's more reliable game and I want to build a game like this. It's very funny multiplayer game and if you're not try it yet, I'm sure you will ...
Dulmin wickramage's user avatar
0 votes
1 answer
21 views

The button in Unity becomes unclickable after one use

So,basically I started to create my first game in unity 2022.3.36f1 and I started a new project. The only thing I wanted to start with was just using a "New game" button to switch from scene ...
Derfi's user avatar
  • 1
0 votes
0 answers
16 views

Error ''Cannot read properties of undefined (reading 'canvas')'' while creating a pixi.js app

I am getting the error Cannot read properties of undefined (reading 'canvas') while trying to run a pixi.js app. Here is my code : <script src = 'js/pixi.min.js'></script> <script>...
Sereen Taleb's user avatar
0 votes
1 answer
16 views

Find semi-equivalent Euler rotation vectors with one axis zeroed out

I’ve been stumped by a 3d math problem that exploits my weakness in quaternions! I am visualizing data from a physical sensor in unity / c#. I have a ‘rod’ object with a rotation represented by the ...
Max Moon's user avatar
0 votes
0 answers
10 views

Pixi-viewport not responding after app(iOS) switches state from inactive to active

I am facing an issue when my simple capacitor application switches state from inactive to active state PIXI-viewport not responding(or I would say content not rendering, stacked. It happened when I ...
Pratik Prajapati's user avatar
-1 votes
0 answers
35 views

Enabling Game mode for own apps on Mac

I am currently making some rendering apps using OpenGL on Mac. The problem is that those games, even when I go to full screen mode, don't enable the game mode. Therefore my fps is pretty low. Is there ...
Peko's user avatar
  • 1
2 votes
2 answers
73 views

2D smooth movement from scratch (javascript, pixelart)

My interest in game development led me to the idea of implementing the logic from scratch, without an engine. Finally, I came to the point of optimizing the movement sequences of the background in an ...
RoyBlunk's user avatar
  • 121
0 votes
0 answers
24 views

Pathing for an Enemy AI [closed]

I am developing a video game in Game maker Studio, and I want to make an enemy with dynamic pathing. Previously I had to manually place nodes in the world that determined the paths that the enemy ...
Majestic_Monkey_'s user avatar
-2 votes
0 answers
31 views

Cache thrashing

I am working, out of passion only, on a simple game engine to try ideas and implement a sample asteroids like game. The recommended way is component based, streaming data etc. for good cache coherence....
user529327's user avatar
1 vote
0 answers
19 views

A-Frame physics system dynamic-body not falling

The box defined as a dynamic-body just doesn't fall at all. I have tried downloading the minified JS provided in the github repository for the physics system, and changing my script tag to: <script ...
Worker1432's user avatar
0 votes
1 answer
28 views

Player is jittering when colliding with a wall

When I move against the wall, the player starts jittering. using UnityEngine; public class Movement2 : MonoBehaviour { [Header("Movement")] public float Speed = 4f; public float ...
Mighty's user avatar
  • 3
-3 votes
0 answers
44 views

Java Game Graphics Not Working on Replit, VNC Error [closed]

Made a Java game for my final project in a class a few months ago, it uses Java.awt.Graphics and other Jawa.awt imports & it worked at the time. It was deployed on GitHub but we used Replit to run ...
levi backerman's user avatar
0 votes
1 answer
20 views

Understanding Different Behaviors in Unity Rotation Calculation

I have recently begun learning Unity and encountered a perplexing issue. I implemented two different scripts to control the rotation of a GameObject, specifically a ball. In the first script, I ...
Neel Patil's user avatar
0 votes
1 answer
49 views

Why do the options not appear for my Snake game?

I am creating the snake game with a twist. I want questions to appear on top and their answers to appear randomly on the screen. I am using turtle and creating classes while retrieving the question ...
Aana's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
269