A system designed for the creation and development of video games
0
votes
0answers
12 views
Anyone want to help make a cheap video game based on being an adult?
I've got no skills at programing or making video games, but I want to work with someone to design a game called "online adult" that would be kind of like a "where in the world is carmen sandiego?" ...
0
votes
0answers
10 views
Box2D Body is not removed immediately (LibGDX Android)
I am learning libGDX on android. I am trying to remove body from world after collision. But, some times, bodies are not removed immediately, it takes 2-3 seconds to remove properly.
private void ...
0
votes
0answers
9 views
Google Play Check Billing
I was asked by management about google apps billing. Currently we created android games using Unity3d and django backend to store and calculate some data. They communicate using REST, WWW class, and ...
0
votes
1answer
33 views
Android TCG game
I am starting to develop an android trading card game, I have love to ask a couple of questions and recieve some feedback from more experienced developers, lets get on with my questions.
1 - How can ...
-1
votes
1answer
59 views
How to make a simple embeddable scripting language for C++? [closed]
I'm building a game engine and can't quite find a scripting language that does what I want, and is embeddable into C++. Therefor, the natural solution is to build my own.
I know the basics about ...
-4
votes
0answers
51 views
Android 2d game development [closed]
I have started developing a 2d game for android with (adt), I would like to know if I will have to use game engines like the AndEngine etc.. or is it possible to develop a good 2d game without ...
0
votes
1answer
22 views
Android OpenGLES Scrolling Background
I have a scrolling background by making it dynamic and giving it a velocity to have it scrolling. I could have another image and loop them, but this seems a little messy and I am quite inexperienced ...
0
votes
3answers
33 views
Unable to make a sprite from a URL in UI Thread in Andengine Android
Please see the below code.
Activity ac= (Activity)cxt;
ac.runOnUiThread(new Runnable() {
@Override
public void run() {
load();
}
});
This is ...
2
votes
2answers
33 views
Showing webview in AndEngine GLES 2 while the game is running on Android
I am working on a game while the game is running I need to show a webview with some instructions from web is that possible?
These instructions will be shown again and again and are dynamic as they ...
2
votes
1answer
43 views
Hit incoming missile (simple projectile missile) in Unity3D
I want to make Surface to Air Missile System in unity3D that could predict the incoming missile position after time 't' and set its interceptor missile angle and position in 3D coordinates so that it ...
1
vote
2answers
33 views
Game Design MVC - Controller Architecture
Reading an artile on gamasutra had me thinking of how should the controller in an MVC game be designed as:
Option 1:
The controller should act on the model,
Eg: whenever a key is pressed ...
0
votes
0answers
10 views
game deveoping, sprites mosaic
Please excuse me about my english grammar.
Hi there, I am starting in game developing, and yesterday I just got scared by some math i did here.
well, in the requeriments there is the possibility of my ...
0
votes
1answer
68 views
How to check for hollow_square if soldiers are in formation on board game?
In game ( it is c++ board game like matrix with soldiers which can use formation) soldiers can be deployed in formations. ( Only one soldier can be deployed on one cell on map/matrix, formation can be ...
0
votes
0answers
16 views
Bullet libGDX - Camera follow entinty
How can i create camera that will follow my entity. For now I have static body and i just move it by constant value and then move camera the same.
But I want make this body dynamic. This value will ...
0
votes
2answers
29 views
Entity Framework Inheritance and Logic
I've been creating a prototype for a modern MUD engine. A MUD is a simple form of simulation and provide a good method in which to test a concept I'm working on. This has led me to a couple of places ...
-2
votes
3answers
48 views
Using (this) in game program
I've been following a tutorial on Youtube that helps you learn to code a 3D game but it skipped in one section and I can't understand what I'm missing, or how to fix it. Essentially before launching ...
0
votes
0answers
12 views
The method setText(String) is undefined for the type CCLabel in cocos2d-android
For updating the scores in cocos2d-android when 2 images intersects, i get error in _label.setText(String.valueOf( myscore)); as The method setText(String) is undefined for the type CCLabel,
here's my ...
-1
votes
0answers
26 views
Need good javascript framework for the front-end of a game made in rails [closed]
I'm looking for a good javascript framework to handle the front-end work involved in creating a turn based game in the browser, where the back-end is in rails.
I'd like it to be able to
ease the ...
-3
votes
0answers
12 views
movement system, moving up and down isn't flexible [closed]
Hey I have been trying to make a custom movement engine for a game without python but my code is not very well made, this is a link to my code http://pastebin.com/RhMffgA9
I need help with ...
0
votes
1answer
15 views
ComputeFrameBufferCompleteness: Can't create render surface
Using cocos2d-x-2.0.4 framework using opengles2.0, the app build based android sdk 2.2 and run on device Galaxy Nexus(Android version 4.1.2), after loading several images(png and jpg), generates this ...
-1
votes
0answers
123 views
Go performance good enough for gaming? [closed]
Ignoring other potential factors, is Go's performance good enough to be used in game development, specifically for complex 2D games?
To elaborate on complex, the game would use a number of graphical ...
-1
votes
0answers
104 views
Best game engine design? [closed]
So I'm creating a 3D game. It is a simulation style game similar to Roller Coaster Tycoon 3....you create your own theme park and manage it. Therefore I'm going to need things like AI, animation, ...
1
vote
1answer
29 views
Quadtree - When to use?
(This does not specifically relate to any language)
So I'm making a 2D game, and I was considering making a quadtree for my GUI manager (which is separate from checking collisions of the other parts ...
0
votes
1answer
42 views
Game engine for Html5
I am trying to develop a game using Html5 for mobile App(iphone/ Android). Plz suggest which html5 game engine wil use. I found Crafty and Impact game engine
enter link description here
enter link ...
-4
votes
0answers
17 views
How do you make a resource container? Real Studio [closed]
I am stuck on a RealStudio project that lists different kinds of resources. My project seems to be very glitchy. If you want to help build the sort of resource manager I am trying to build (by looking ...
-1
votes
0answers
49 views
Unity3D 4: where is new GUI system?
In 2012, Unity3D announced new, fully reworked GUI system. But until now, this feature not in implemented list. When I can find release date for new GUI?
2
votes
1answer
52 views
Game development update for newbie [closed]
I know many topics been here before but I think mine will be the most updated question. I want to start on game development, my target platform is android. I have experienced in web desktop and ...
0
votes
0answers
22 views
How is marmalade SDK made? [closed]
What i want to know is how is it possible to make a cross platform engine where android is programmed in java (but native C++ 400mb library where marmalade is 250mb) and ios in objective C but ...
0
votes
2answers
52 views
libgdx coordinate system differences between rendering and touch input
I have a screen (BaseScreen implements the Screen interface) that renders a PNG image. On click of the screen, it moves the character to the position touched (for testing purposes).
public class ...
0
votes
1answer
37 views
TrueType fonts replaced with FreeType fonts in libgdx?
It seems like TrueType font and font generator is replaced with the FreeType font generator? Is this truly the case, because I found this post detailing its usage (the accepted answer here: TrueType ...
-1
votes
1answer
23 views
Strange movement latency on other systems, on my own it's fine [closed]
I've been developing a platformer engine in XNA for a short time now, and I decided to see how what I had so far ran on my laptop (not what I'm developing the game on.) I've been getting some strange ...
1
vote
1answer
24 views
Double buffering seems choppy
I am trying to implement double buffering for a game, but I am not sure if I am doing it correctly.
I am calling this.repaint() in my main game loop, which then should do this:
@Override
public void ...
-1
votes
1answer
101 views
How to design a game engine [closed]
currently I'm having quite a big headache, as I plan to start thinking OOP, and designing game engine to work nicely.
I plan to create snake game, and I would like it to be organized, good-looking ...
0
votes
2answers
63 views
2D WPF Game, what are my options?
what would be my options if i would like to create a 2D action game in WPF(for the ease of building UI Layout) without having noticeable performance loss? The game should'nt have heavy physics ...
0
votes
1answer
21 views
Cannot include XACT3 header
I am trying to include the xact3.h header file in a game project but i keep getting some errors related to mmreg.h
#include <xact3.h>
#include <Windows.h>
1>c:\program files\windows ...
0
votes
1answer
43 views
List visualization
My last question was all over the place and was closed, so I am asking a more focused single question:
I want to start a website for a task, collaboration and critique application for authors and ...
1
vote
1answer
40 views
C++ Game Library/ Engine like LWJGL in Java
I have been developing java games in lwjgl for quite a bit and now I want to switch to C++ for a new experience in game programming.
I read through quiet a lot of C++ Game engine/ libraries like ...
0
votes
0answers
26 views
How to use multiple tick providers (frame & fixed) with Ash entity framework?
It's a common practice to make rendering calculations on frame update and physics calculations at a fixed interval of time. I don't understand how to do this in Ash. All examples of Game objects I've ...
3
votes
1answer
61 views
Using SIMD in a Game Engine Math Library by using function pointers ~ A good idea?
I have been reading Game Engine Books since I was 14 (At that time I didn't understand a thing:P)
Now quite some years later I wanted to start programming the Mathmatical Basis for my Game Engine. ...
0
votes
0answers
148 views
Android 2d game engine why libgdx instead another [closed]
I dont know why, Im confused, Im trying to figure out a good game engine, althouth I m using libgdx, but I see that using this framework is a little dificult, because, it dosent have gui, like a ...
0
votes
0answers
31 views
Server based maze game in android
I want to make a multiplayer maze game in android implementing restful services.I am very short in time and confused about choosing android game engine.I just know few like and engine,citrus and ...
0
votes
1answer
20 views
Unable to See Logs while running Unity Application on Device
I am new to Unity.
When I run the application on Windows I can see the logs in Console but when I run the same code on Android Device I am unable to see any logs.
Here is the code I am using for ...
1
vote
2answers
41 views
Text adventure in Python issue
I am working on a text adventure in Python. I'm very new to the concept of object oriented programming (and programming in general), so I'm not entirely sure what went wrong. Well, what I've done so ...
0
votes
0answers
29 views
Removing a Specific Instance from a CSpriteList
So I'm trying to code a platformer in c++ for my end of year project as a first year student.
I have a group of enemies stored within a CSpriteList.
I want to be able to remove one specific example ...
0
votes
1answer
29 views
Multiple JS models with multiple materials
I need to load multiple models for map in my game...
But when i'm loading all of them, my fps is going down=( But models are no huge, just only 3k poly for 1 model.
function buildHouse(Bnum, x, y, z, ...
3
votes
2answers
89 views
Vector class: Difference between 4 floats, or array of 4 floats
Dear StackOverflowers,
I have read a few books and saw different examples for Vector classes.
Now I was wondering:
Is there a difference in performance or portability (or anything else excluding ...
0
votes
1answer
34 views
How to make “projectile”(bullets) to fire up when tapped or touched on the tip of the cannon in cocos2d android
I'm Developing android game app using Cocos2d-android game engine, in my game there is a cannon, when the player taps on the gamelayer "projectile" fires out, but according to my requirements when ...
0
votes
0answers
58 views
Cross-inclusion in a SDL game engine - C++
First of all, I'll try to be as precise as my english admit me to be.
I am currently building a game engine using the SDL and I've come to a cross-inclusion problem.
I have a class Scene and a class ...
0
votes
0answers
32 views
Different Particles Editor for LibGdx
I'm a newbie in 2d game programming. I currently use for my project libgdx framework. I want create particles effect but the particle editor that came with library is not very easy for me. Is there a ...
1
vote
1answer
67 views
Game event handling system in C#
I'm building a game and trying to use an event system.
This is the main idea of how it is implemented:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ...






