1,838 Topics

Member Avatar for
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
190
Member Avatar for dradgy

The machine is a Gateway GT5404 w/ Pentium D Processor 915 dual core each @ 2.8 GHz---2 GB RAM---and the problem is an Intel GMA 950 (82945G Express Chipset Family). Works fine for surfing but not gaming. I have a PCI Express slot available. I have installed PCI cards in …

Member Avatar for dradgy
0
279
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
170
Member Avatar for kristenlena

Hi everyone, I'm writing a magazine article on why included skills gained through online gaming will be a valid reference of experience in the future, and I would like to get the opinions of some current hiring managers, or gamers, on this topic. If you received a resume that detailed …

Member Avatar for alc6379
0
159
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
446
Member Avatar for Frensi

Hi guys, I've had this problem with my computer. Every time i play a game my whole system crashes and blue lines come down the screen, it happens about 10 - 20 minutes into the game. Thing is this happened about 6 months ago, one day when it crashed i …

Member Avatar for Rik_
0
209
Member Avatar for Spudgunner

Hi I'm beginning a new game project involving Event data cards. Most have common types of data. They fall broadly into three types: terrain, movement or fire. Although there are some special event cards or modifier cards but on the whole, similar data on the most part. Except the fire …

Member Avatar for Spudgunner
0
113
Member Avatar for jcurrie33

I am a budding game programmer trying to get into the industry programming for PS3, Xbox 360. The main problem I see is the need to demonstrate my skills to a potential employer, but without access to Dev kits for the PS3 or Xbox 360, doing this directly is impossible. …

Member Avatar for InfiniteUnity3D
0
311
Member Avatar for Britbuild

I dont know if this is the correct forum as my question spans different forum topics. As a personal project I intend to build myself a decent spec (can't afford top spec) gaming machine. Below I am listing the components that I am thinking of installing, and the price I …

Member Avatar for crunchie
0
183
Member Avatar for happygeek

If you have never played Angry Birds before, here's the skinny: use a giant rubber band to slingshot a variety of birds (some of which explode, drop egg bombs, multiply in flight, speed up like a rocket, well you get the idea) at a bunch of pigs hiding in a …

Member Avatar for AndreRet
0
691
Member Avatar for yari

I really need help with this...i'm trying to make a game that where user guesses a word and it tells the user 1: the right number of letter in the right place 2: the number of letter that is right in the wrong place but when i test it out, …

Member Avatar for TrustyTony
0
2K
Member Avatar for hateme_devon
Member Avatar for masijade
0
250
Member Avatar for jamesyrawr

Ok for my uni project im wondering if its possible to make a simple game where by the user must click a button ten times to win. the button has to move after every click to a random point on the screen. Does anyone know if there are any tutorials …

Member Avatar for sharathg.satya
0
137
Member Avatar for fang755

Okay, so i have a problem I've never run into before. My gaming keyboard(and any other usb keyboard) doesn't work in the boot loader. It works in the bios, and it works fine after the OS takes over, but i can't choose which OS to go into unless I unplug …

Member Avatar for Rik_
0
682
Member Avatar for Glass_Joe

It came as a shock to many people that the “No Russian” mission in [I]Call of Duty: Modern Warfare 2[/I] allowed players to act with such extreme malicious intent. The inclusion of the mission sparked a blazing controversy amongst pundits and critics alike, with its gratuitous depiction of terrorists mowing …

Member Avatar for kes166
0
905
Member Avatar for Glass_Joe

[ATTACH=LEFT]17025[/ATTACH]If there are two things I enjoy in life, it’s mob movies and shooting people in video games, so naturally, I was excited to play [I]Mafia 2[/I], the recently released mobster offering from 2K Games. This excitement was soon shot down like Spider in [I]Goodfellas[/I]. You play as Vito, the …

Member Avatar for PCSAWICK829
1
406
Member Avatar for gedas

hey everyone, i am creating a project from already created code below. this is just one class of it. this class projects 4 or less points on the image. the source for those points is received from wii (gaming consoles) remote that tracks infra-red light so it displays infra-red light …

Member Avatar for gedas
0
157
Member Avatar for PCBrown

[ATTACH=RIGHT]16747[/ATTACH]Sony’s impenetrable fortress, a.k.a, the PlayStation 3, has been compromised. OzModChips.com just announced their version of a “jailbreak” for the PS3. What they claim to have is a plug-and-play modchip in the form of a USB stick. When plugged into the PS3, it allows an impressive amount of access into …

Member Avatar for rajesh langeh
2
522
Member Avatar for Flashmain.com

Lets see where to begin: My Name is Alan I like to Network computers together (very fun for me)(I mainly stick to Hardware) I rather enjoy learning new languages for computers (new to me) Ranging from web programming to software programming (Not very good yet at software) C++ (so limited …

0
23
Member Avatar for Erslich

I'm new :) I've copied this template from the now closed thread on Daniweb. Name - Erslich or M (I was born with neither, but that's what I get called :) ) Nickname - Erslich Height - 6' 5 Weight - 94kgish Hair - Brown and retreating... Eyes - Brown …

Member Avatar for AndreRet
0
161
Member Avatar for sirlink99

[code] c = new Console (); int lvl = 1; double exp = 0; int x = 1; double monsterhp; int monslvl = 1; int a = 1; while (a == 1) { int lvlup = 10 + (lvl * 40); if (exp >= lvlup) { lvl = lvl + …

Member Avatar for sirlink99
0
328
Member Avatar for Brokenpwn

So I have this problem, I have just started learning DirectX 9 with the Strategy Game Programming with DirectX 9.0 book, I have a header including this code: [CODE]class TileClass { private: int*m_iValue; int m_iNumLayers; float *m_fRotX; float *m_fSize; public: TileClass(); ~TileClass(); int iGetValue(int layer); void vSetValue(int value, int layer); …

Member Avatar for Brokenpwn
0
197
Member Avatar for eri24

i'm new to c++, but am taking a intro to computer science class. we have to write a 2 player game. Game Rules: There are three stacks (A, B and C) of sticks on the table. Each stack is initialized with a random number of sticks between 3 and 10 …

Member Avatar for eme21
0
171
Member Avatar for radeonman

hi , been wondering if i can use more than 1 psu in my new rig ? i have found a thing called a lian li interlink cable on the net for use when using more than 1 psu . only problem is that going to the lian website does …

Member Avatar for radeonman
0
184
Member Avatar for samurai14

Hi..We do have a project in school using visual basi 6.0 named "Memory Game". I have started to do it however i cant finish it. I have attached the interface of the program. Click image to match in pairs Card will randomize each test Each match will give 10 points …

Member Avatar for killbill07
0
2K
Member Avatar for totalwar235

currently i am writing a text based RPG but, when i call for the fight my rand() either does not seed each time or it glitches to continuously gets the "Boar". if you could please take a look at it and see if the problem is in the coding, i …

Member Avatar for totalwar235
0
146
Member Avatar for Puster

Hello! I am working on a website, and this is a gaming clan webiste, and I want to have userprofile. Taht means that the admin can add players to the database, and set them on a team etc. But how can i do this? I will alsow have the ability …

Member Avatar for Puster
0
105
Member Avatar for dustfingers

I am trying to implement a map for a aerial combat game, that could be reused for AI portions as well...... but I am a bit confused about the map representation of a 3D scene..... Should I use simple node styled graph? Or a navigation map, though I don't see …

0
44
Member Avatar for AboJaD

Hello, i have eleven drop down lists, one of them is main, and from the ten other lists only one should be visible. What i am doing is when i choose one option from the main select box, one of the ten other boxes becomes visible depending on which i …

Member Avatar for Airshow
0
171
Member Avatar for happygeek

Wireless is, without doubt, a really great thing. Apart from when it doesn't work that is. If you live in a big old house, for example, then getting your WiFi signal to extend through a few thick walls from one end of the place to the other is not always …

2
444
Member Avatar for Puster

Hei! I am worcking at the moment my website for my gaming clan [url]http://www.physicgaming.com[/url]. I'm working now on making a script that display results from the database ([url]http://www.physicgaming.com/site/results.php[/url]) if you visit the site you see a big gray table, but this should be only 3 tables and not one big, …

Member Avatar for pritaeas
0
1K
Member Avatar for Sunshine2u

I've been reading several threads to try to get help with my problem but I've got to admit that I am just getting a bit overwhelmed. I am not nearly as computer savvy as I can clearly see that most of you are. Here's my problem: In my home I …

Member Avatar for sal90731
0
269
Member Avatar for bennettsville

Hi all . I have a new hp computer a p533 with an AMD athelon II x2 250 processor. I took out the cheap 350 watt power supply and put in a 600 watt PS. then I also installed and HATI Radeon HD 5570 PCi-E Video card. the game im …

Member Avatar for radeonman
0
156
Member Avatar for Elihu5991

My friend downloaded Unity3d to get started in 3D game development for our site; but found out it costs. We are tight on budget and need a free solution for the time being. Thankyou so much for your help.

Member Avatar for Elihu5991
0
293
Member Avatar for gatehrdy

[B]Hello, I am new to programming. I am trying to make a dice game called 10,000. Here is the outline or pseudo code. it kind of works. It will roll and keep score, but sometimes it will roll multiple times. [/B] pick a player player one or player two player …

Member Avatar for griswolf
0
966
Member Avatar for newsguy

There's a really interesting [URL="http://www.blahblahtech.com/2008/10/but-video-games-are-bad-for-kids-right.html"]blahblahtech[/URL] posting that has popped up to address what it refers to as the "myth that video games harm children both socially and intellectually." It approaches the debate from parental questioning perspective, which seems as good as any to be fair. Some of the research it …

Member Avatar for Jehnavi
0
449
Member Avatar for coykiesaol

Any services out there that allow payment for goods through a simple SMS/phone call instead of PayPal etc. I have seen them on some big gaming sites like RuneScape for membership.

Member Avatar for 2010MAVRIK
0
84
Member Avatar for Glass_Joe

After [I]Call of Duty: Modern Warfare 2[/I] set the bar as to what the franchise could achieve, nobody envied the shoes that Treyarch had been asked to fill with producing the next installment. Their previous involvement and lackluster contributions to the franchise were what Aquaman brought to the table for …

Member Avatar for AndreRet
0
434
Member Avatar for Maplestory

I Have Got A Idea... If You Have A Router, Connect The Ethernet Cable From Your Computer To Your Router... Then Go To The Website : [url]http://192.168.1.1[/url] ... They Would Ask For The Username And The Password.. The Username Is : admin And The Password Is : admin See This …

0
68
Member Avatar for disflipgotsgame

[B][U]BACKGROUND INFO[/U][/B] The last few weeks I have been dual monitoring from my lcd monitor to my hdtv. LCD was connected via dvi and my tv via hdmi. To my knowledge, my pc has two graphic cards, both ATI Radeons. One I believe is on the mother board, ATI Radeon …

Member Avatar for Xlphos
0
199
Member Avatar for blaxarbush911

I have created a program that is based off the guess the number. But what ive added is a menu with four options 1 - 1 player 2 - 2 player 3 - high scores 4 - end game. Now I have the two combined at which im sure it …

Member Avatar for blaxarbush911
0
135
Member Avatar for Glass_Joe

[ATTACH=RIGHT]17297[/ATTACH]This is it. You’ve aged that cache of Mountain Dew Game Fuel in your finished basement for three years since [I]Halo 3[/I]. You bit the bullet on your purchase of [I]Halo: ODST[/I] to find out it was as tame as you had expected. You took another one on the chin …

Member Avatar for Tauseefkhan
0
523
Member Avatar for Limahl

Hello, I have an Emachines EL1352-01e. I just bought it a week ago, so it's brand new. Comes as: AMD Athlon II X2 215 Dual-Core Processor, 4GB DDR3 RAM, 500GB Hard Drive, and comes with a NVIDIA GeForce 6150SE Integrated Video Card. How do I know if I have a …

Member Avatar for Limahl
0
400
Member Avatar for WargRider

Dear Community, So I am making a 3D game using UDK and I have implemented / scripted everything I have wanted in the same so far. Then it occured on me today, why not have some cool speech recognition, so for those that dont know UDK (Unreal Development Kit) gaming …

0
86
Member Avatar for Glass_Joe

[ATTACH=LEFT]17229[/ATTACH]In my recently reviewed [I][URL="http://www.daniweb.com/reviews/review307026.html"]Shank[/URL][/I], I talked about how the title was a throwback to a genre neglected in the modern gameosphere. The once lively and marketable side-scrolling beat-em-up seemed to have died with 8-bit/16-bit consoles and the arcades, left to only shame itself with pitiful modern iterations of [I]Teenage …

Member Avatar for Glass_Joe
1
443
Member Avatar for Kinoje

Hi, My friend has just bought an Asus K52JC laptop. This laptop contains an onboard Intel video card and a NVIDIA 310 graphics card; it runs with Windows 7, 64 and has 4 Gb Ram. He wanted to use only the NVIDIA card, for gaming purposes. So, I went in …

Member Avatar for caperjack
0
302
Member Avatar for Boseefus

I have a computer that unfortunately does not have a PCI-Express slot, but it does have a AGP slot. I'm looking for a good (not great, because I can't afford it) video card. I feel the motherboard video is causing display errors and delays in loading. I have Comcast internet, …

0
160
Member Avatar for maco1000

prolem! i have installed a creative sb live pci soundcard and ive tried to insall the software. the gaming port gets stuck on 54% and i cant use 5.1 surrond iam using vista os any ideas. thanks maco1000

Member Avatar for crunchie
0
140
Member Avatar for jeffcogswell

I'm here at the IDF 2010 conference in San Francisco, and during this morning's keynote session, I had to the opportunity to see some pretty cool technology. One of the things that they demonstrated was essentially the next generation of handheld game controllers. Think of the Wii remotes, but with …

Member Avatar for Dani
1
235
Member Avatar for Glass_Joe

Xbox Live is a breeding ground for hateful, inflammatory remarks of all genders, races, creeds, and sexualities, where aimless insecurities are flung around like rocks at street signs. Who would have thought that it would be Microsoft doing the discriminating for once? [ATTACH]17108[/ATTACH] A 26-year-old gamer from Fort Gay, West …

Member Avatar for Ancient Dragon
4
9K

The End.