game-development Questions
1
Solved
I am writing a game. I am planning to store saves in the "saved games" directory.
How to find the location of the Saved Games folder programmatically?
It needs to work on non-English Windows. Hac...
Wheelsman asked 3/2, 2019 at 1:50
4
In the process of trying to work out a solid game loop in SFML I came across this issue which I can't seem to figure out. I was able to strip out all of the SFML code and still see the issue with c...
Prima asked 12/12, 2018 at 2:58
1
Solved
Here is my code, I am following lazyfoos tutorials on SDL, here is the exact tutorial I am following - http://lazyfoo.net/tutorials/SDL/08_geometry_rendering/index.php
Notice the call to SDL_Set...
Lermontov asked 11/12, 2018 at 13:43
0
I am working on a game where I have two functions . The first function is used to create a row of obstacles. The gameSpeed variable is used to decide how frequently a new row of obstacles is added....
Domitiladomonic asked 21/9, 2018 at 12:35
2
Solved
I am working on unity particle system.
I created a new project and an empty object then added the Particle System to it. For some reason it not working properly you can see the image attached to s...
Fluorometer asked 8/5, 2018 at 14:39
1
Solved
I've just started with Haskell and want to make a simple real-time game without installing additional libraries. I need to write a loop that scans for keyboard input but the game also has to run if...
Gig asked 8/1, 2017 at 13:55
1
Solved
I'm experiencing an unexpected interaction between system events and the window refresh rate in simple Java2D applications on Linux/XWindows. It is best demonstrated with the small example below.
...
Santasantacruz asked 17/11, 2016 at 17:43
2
I have no 2D graphics and gaming experience. I taught myself by hundreds of mistakes and tens of lost hours. I started with simple Dress Up game. I used Nexus 5x for development where a screen look...
Squiggle asked 4/9, 2016 at 13:27
12
Solved
My 11 year old kid brother wants to learn to program games. He has never programmed but would like to learn programming. His interest lies with games and game programming and he understand...
Semiliterate asked 8/1, 2011 at 19:46
4
I am a beginner in Java, and I need some help.
I am trying to implement Breadth First Search algorithm to solve a puzzle game (Unblock Me a game on Android). I am done with the GUI, but I am stuck...
Monosepalous asked 4/5, 2013 at 23:51
1
Solved
I have a retail Xbox one console with Dev Mode activated Unity (latest free version) and a MSDN individual developer account.
I am able to deploy test apps from Visual studio on the Xbox how...
Ogburn asked 15/5, 2016 at 15:30
2
Solved
I'm trying to play two wav sounds at once during a game (Background Music and an effect). I first constructed this chunk of code using another audio handler in java which would handle the playing, ...
Makassar asked 12/8, 2012 at 1:23
1
I'm trying to implement a simple scoring system into my game using this tutorial as a reference:
http://www.raywenderlich.com/87232/make-game-like-mega-jump-sprite-kit-swift-part-2
The problem is...
Jahdol asked 12/11, 2015 at 1:54
7
Im making a browser based PHP game and in my database for the players it has a record of that players total EXP or experience.
What i need is a formula to translate that exp into a level or rank, ...
Nefen asked 5/8, 2011 at 10:25
1
Solved
Can anyone please tell me that will libgdx supports 3D like Unity3D and please tell me some games which are built on libgdx 3d if possible.
Baeda asked 8/7, 2014 at 8:1
2
I am currently learning libgdx game programming,now i have learnt how to use touchDown but iam not getting idea how to use touchDragged.How will the computer knows in which direction the finger is ...
Richert asked 19/5, 2014 at 6:33
5
Solved
I have a program in Java that generates a float value aggressiveness that can be from 0 to infinite. What I need to do is that the higher this float is, the higher there are chances the program fir...
Successful asked 16/4, 2014 at 9:44
1
I am working on a multiplayer game in python that uses the socket library for its networking. The game will support play over LAN. One player will set up the server and other players on the LAN wil...
Octonary asked 6/8, 2013 at 12:24
6
Solved
Okay, I understand your need for an SSCCE, so I created (my first) one.
I managed to replicate the problem with under 200 lines of code. On my system this demo compiled and ran perfectly (only the...
Coimbatore asked 25/1, 2013 at 10:5
8
Solved
I am just curious since all TDD examples I have seen is web programming related. And if it's not a normal approach, why is it not?
Plasty asked 6/3, 2009 at 17:10
2
I noticed another person also requested help on this. I read that post and it seems it wasn't resolved yet. I also tried changing from my code to the code in the "Screen shot in 2 clicks" Post, But...
Myrna asked 17/9, 2009 at 14:27
© 2022 - 2024 — McMap. All rights reserved.