game-development

Android Game Framework

I'm a Flash developer looking to get into Android/iPhone game development. Android is more important to me, because I don't have any iOS device to test on, and I don't really like apple either :P (could you blame a flash developer for that?) What is a good game framework for developing android games? Multi-platform is always a huge bonu...

Game programming without a main loop

My professor gave my class an assignment today based on object oriented programming in Pygame. Basically he has said that the game that we are to create will be void of a main game loop. While I believe that it is possible to do this (and this question has stated that it is possible) I don't believe that this is required for adherence t...

game name combining cell and monopoly

i can't think of a name about cells except cellnopoly but almost everybody has that one and it has to be unique (p.s. i'm using a monopoly board for my games). ...

Visual Basic 2010 Fast Writing

Hi, I am working on developing a simple console game in Visual Basic in which the "level" is drawn out after being read from a file. So far, I'm using Console.ReadKey() to check for the arrow keys and to therefore move the position of the piece on the console. The problem is that the only way I know to do this is to redraw the "le...

Realtime multiplayer available for Silverlight

I am new to silverlight, My question is it possible to create a real-time multiplayer game in silverlight. Example, If someone goes to site and playes a silverlight based rpg game. so the person that starts the game can invite his/here friends through a link that is provided by the game or website. Every user gets a unique link and can ...

Simple Game networking engine /library/API in java?

Dear All I would like to ask if somebody know/share his knowledge about some "SIMPLE" game networking engine/library/API written in java, which i can use to develop Real-time multiplayer game/simulation, i googled BUT only getting from c++ and only one or two in java, which have various trade-offs like complexity of use and dependencie...

Java 3D Game Engine?

Recently I've been getting into Minecraft, which is a 3D game made in Java. I've made a few 2D java games, without any external libraries or IDE's or anything. What I'm looking for, is just some libraries. Not anything with a GUI, just libraries. Rendering *.obj files would be nice, antialiasing not a requirement. ...

Projecting Objects Out Of Collision

As a hobby, I'm developing a 2D game. I've got some basic collision detection implemented using a separating axis method. When two objects collide, I project one of them out of collision along the axis that has the least amount of overlap. The problem I'm encountering is that when an object is moving fairly quickly the axis that has the...

android opengl es texture showing

Hi , I am new to the openGl using in Android, pleas give me the code for Only Showing texture image showing in android.(Only Texture) witch options i need to use for that .pleas tell me. Thanks in Advanced. Raj R ...

game engine for iPhone/Android

hi guys, is it possible to do cross platform game engine for iphone and android. if its how can i do this. what are all thinks i need to study to do this. thanks for your kind help! ...

using papervision to create a 3d game

now i need to add a health bar and countdown timer on the screen. how am i going to do it? adding a plane in the 3d scene? the health bar is always on the top right corner of the screen. is there anyway of NOT using 3d concept to implement this. i mean i could do it with a plane keep changing it's texture to show the status of the chara...

what kind of programming requires math?

This is not a "is math required for programming?" question. I always thought that for programming, a scary amount of complicated math would be involved (I only got as far as intermediate algebra in college because I'm bad with it). However, I just got my first job as a developer and have found there is not a ton of math above basic ar...

decrease polygon count in Maya

Hello. I'm making models for games. In 3ds Max there was "polygon cruncher" plugin for reducing number of polygons. Is there something similar for Maya? Or is there any other way to do that? ...

Beginner path to Game Development for OS X and iPhone

Another question. I have been researching everything this wonderful community has offered me in terms of my journey to pursue game development. I have come to the conclusion that I would prefer to develop on my native machine, OS X - eventually leading to the iPhone. I already own both Big Nerd Ranch guide's, Iphone Programming - the ...

game search tree, Do I have to build the tree first?

hi all, in game search tree there are many algorithms to get the optimal solution, like minimax algorithm. I start learn how to solve this problem with minimax algorithm, the algorithm clear. but I'm confused about the tree itself, in games like tic tac toe number of node not very huge, but on others like chess there are many nodes. i th...

Does someone know of some fixed pipeline shader tutorial or samples?

I am making a game with 3d gamestudio a8 free edition. The free edition doesn't support shader, it only supports fixed pipeline shaders. There are some samples in the wiki of 3d gamestudio (click here) but I want to know of there are more samples or tutorials. ...

how to create this 'game' in quincy? need help...

i have done only loops,if/else,arrays and functions. And im expected to finish this assignment by 5th October 2010. Would be really grateful if anyone could help me with this!! Topic: Flip’em Background: Flip’em is a fun matching game that helps you improve your memory. Your goal is to match each tile with its twin until all the chara...

Problem with comparing the results from a two-dimensional array!

I'm developing a slot machine game. The player insert amount of money and makes a bet to play. And the goal of the game is to obtain as many rows, columns, and diagonals as possible of the same symbol. In the above example, obtained a profit when the upper and lower line have equal symbols, partly 2x lines. Depending on the number of ro...

randomise a two-dimensional array?

I am developing a game where the user plays a slot machine. The slot machine needs to randomise the 3 different symbols in nine pieces fields, for example the symbols: A A A O A O X X X I am using a two-dimensional array but I don't know how to randomise the array? The second problem. I don't know how to compare the symbols in the ...

Best fit technology | Bluetooth/serial peripheral using website

Hi, I planning on the development of a website that will be visited by users with specialized hardware (a card game that communicates hands via bluetooth). The website needs to identify when the Bluetooth item is connected, and be able to read data from it - it could use the serial COM port as well since the link is serial-over-bluetoo...