869 Topics

Member Avatar for
Member Avatar for dylan1992

I'm trying to bridge my laptop to my xbox and it worked the first time but when i tried to do it again i opened my dongle properties, went to advanced and tried to enable ICS it comes up with [B][U]error 1003: cannot complete internet connection sharing[/U][/B] when i try …

0
150
Member Avatar for Borzoi

Who thinks that LEGO Karate Kid should be the next LEGO video game to be made? Based on the original trilogy, of course. It'll fit their 3 story format they've used. It may be hard in some parts to make it 2 player though. The tournament for example (unless they …

Member Avatar for Moncky
0
210
Member Avatar for sirlink99

Hello. I am having trouble with my menu and buttons (which are just pictures that change when you scroll over them). One of my buttons works perfectly, but when I coded the rest in the same way (at least I think so) they dont work. Sorry for the long code. …

Member Avatar for sirlink99
0
162
Member Avatar for skorm909

first off i have a game in the making, its pretty simple but im just getting the feel of making the game before i get into depth with it. I'm wondering how i can run my game without needing to open up visual c++ 2010 and running it from there... …

Member Avatar for mrnutty
0
149
Member Avatar for bashbro900

Hi everybody... I was woundering If i could upgrade my laptop's graphics...I currently have a NVIDIA GeForce Go 6100 (UMA) Tech specs: Laptop: Presario F700 (F730US) [B][U]Product Specifications[/U][/B] [URL="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01150100&cc=us&dlc=en&lc=en&jumpid=reg_R1002_USEN"]http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01150100&cc=us&dlc=en&lc=en&jumpid=reg_R1002_USEN[/URL] I really want to know what I can upgrade, I want to use better graphics so i can do some gaming. …

Member Avatar for HelpingHands-IT
0
233
Member Avatar for Firsum

This is a simple game that I am bringing to a close. It is called Slash and Smash. The goal is to defeat the last opponent, who is a champion of the arena. In the game player can use potions for health and energy,go to sleep, heal up, eat and …

Member Avatar for jember
0
350
Member Avatar for josh_diego

Hello, I was wondering about API standards. I want to embed games on my website but log in my server the score visitors will do. I couldn't find any API that allows such thing (or a gaming platform which "pings" back the score to my server) I would like to …

0
100
Member Avatar for vinayakgarg

Hello I am developing my first game in Allegro. Till now i found it easy to use. But now i read that for running a game allegro.dll is required on computer. Tell me if it is correct. Also many people say that SFML is better than Allegro, since the latter …

Member Avatar for vinayakgarg
0
277
Member Avatar for superirale

I want to Develop a 2d rpg game with java,how do i start and what do i need to know? I have been using java for two years.my team consists of two programmers and one graphic artists

0
128
Member Avatar for Peram

I already know how to use fstream. I know to save the value variables to a file, and I also know how to make the program display the information in the file, but my problem is that it saves the content of the variable, not the variable itself. Here's what …

Member Avatar for Peram
0
231
Member Avatar for skorm909

I'm making a shop for my game, I opened a Fresh thing of code for this so this is the only code I'm running, I just want to get this to work before I put it into my actual game. anyway what the problem is, is that no matter what …

Member Avatar for Sodabread
0
166
Member Avatar for skorm909

I'm making a simple text RPG game that I will later (once i get the code running well in the text version) put it to graphics and so on. Basically what this code is doing is, there's a monster that the user just killed. based on that monsters level that's …

Member Avatar for sfuo
0
221
Member Avatar for lprk94

Hey everyone! So, I'm making a hangman game. I'm at the very beginning stages so I just have a String array and just to make sure it works correctly I want to print a random word from the array - simple, right? I am running into an error - the …

Member Avatar for lprk94
0
213
Member Avatar for newsguy

For anyone who [URL="http://www.itwire.com/content/view/22077/1168/"]doubted[/URL] that the iPhone was to be [URL="http://www.daniweb.com/blogs/entry4622.html"]taken seriously as a games platform[/URL], and there have been many, the release today of Grand Theft Auto as an iPhone app should seal the deal that the iPhone is the real thing as far as being a games console …

Member Avatar for Appspy
1
358
Member Avatar for Lance5057

Ok so I have a game setup that allows the 8 to move around inside a small room. It works fine except that every keypress lags one "frame" behind. So whenever a key is pressed it does the last keypress that was given. How do I make it react immediately …

Member Avatar for daviddoria
0
115
Member Avatar for skorm909

I'm coding a game right now and everything works great that i want to have working right now, but there's a minor bug that i know of. this is that when the player enters their name, and the name has spaces, the code just closes. here's the part of code: …

Member Avatar for skorm909
0
207
Member Avatar for sandeep789

I am Sandeep Dave. I am animator and designer. I am flash game (cooking games, dress up game, escape game, shooting game, any flash game developer).

Member Avatar for lamxuan
0
91
Member Avatar for adityagarwal

[CODE]public void takeGuess () throws IOException { temp=" "; Hangman obj = new Hangman(); System.out.println ("Enter a character or type in 'hint' for a hint!"); DataInputStream input=new DataInputStream(System.in); temp= input.readLine(); if (temp.length()==1) { guess=temp.charAt(0); if ((guess >= 'a' && guess <='z') || (guess >='A' && guess <='Z')) {System.out.println();} else {System.out.println …

Member Avatar for jon.kiparsky
0
499
Member Avatar for ragnarok511

Hi, I am about to get a PS3. I know that you install Linux distros for the system. Anyways, I would like to play XBox 360 games on my PS3. Does anyone know any good emulators for that?

Member Avatar for WASDted
0
473
Member Avatar for kshaaban

Hey everyone! I have been working on some c++ code which point tracks a user and extrapolates their co-ordinates within 3D space. i have the co-ordinates in c++ stored as variables and would like to use these variables within the Blender game engine to position an object within the scene. …

Member Avatar for kshaaban
0
207
Member Avatar for nanderv

Hi, I'm creating an rts game. I'm looking for a way to store unit data. I thought, I'll make a struct for all the required data, and make a multidemensional array of them (one dimension is the different players, the other is the units). The length in both direction is …

Member Avatar for nanderv
0
171
Member Avatar for dhawalruud

[code] #include<iostream.h> #include<conio.h> #include<iomanip.h> #include<stdio.h> #include<stdlib.h> #include<fstream.h> #include<string.h> int n=0; // current no. of players ( to add to next one) int num=0; // total number of players class date { public: int dd; int mm; int yy; }; class players { public: char name[30]; date dob; char userid[30]; char …

Member Avatar for jonsca
0
686
Member Avatar for H. B. Duran

These days, video game consoles aren't just for video games anymore. There's a CD, DVD and Blu-Ray player, internet, Twitter, Facebook, chat and more. But don't you wish you could watch MOVIES? Oh, wait, you can. Think the way you watch movies on your console is good enough? One company …

Member Avatar for janiquebroune
1
766
Member Avatar for Mkaveli

Hello im trying to create a character with pre devined animations. The characters parts must be changeable. I was wondering if there is a way in JAVA to create some sort of skeleton animations and add graphics to the skeleton. P.S. I was wondering if someone knows a good book …

Member Avatar for quuba
0
159
Member Avatar for fierykido

Not sure if this is the right place for this, but i need help dealing with my toshiba qosmio F50 which blacks out after a while ( 5- 15min) of gaming ( i was playing runescape). The screen turns black, you can't see anything at all. the power is still …

0
98
Member Avatar for sirlink99

I am in a java programming class but my teacher doesn't teach anything so could someone please explain to me how to import a picture into the applet and give me an example of a simple script that just imports a picture. I have learned how to use the mouse …

Member Avatar for kramerd
0
215
Member Avatar for MeandJava

Hello everybody, I'm stuck with my Java program. This is the point. When a user had tried for nine times, the user has the choice to restart Hangman or close the program. But when they hit the y or n key during the game, it's just one of the 26 …

Member Avatar for leiger
0
7K
Member Avatar for 3FLryan

Hello All: I used to be an avid gamer (since I was 7 or 8 years old until recently, and I am now 24). I played anything but my greatest love was turn-based strategy. Games just weren't doing it for me any more - I felt like I could "see …

Member Avatar for 3FLryan
0
183
Member Avatar for yellowbelly

I have found a website where you can play Super Nintendo online for free. It is: [URL="http://www.playnintendo.org"]PlayNintendo.org[/URL] One of the best things about this site is you can also save your game progress.

Member Avatar for Diamonddrake
0
167
Member Avatar for azzman

This is what I have so far. This is a two player game. I need to make it a one player game (player vs. computer). I am also trying to make the computer smart.. for example, if there is an open corner, then it should take that spot. Basically, the …

Member Avatar for griswolf
0
443

The End.