2,028 Topics

Member Avatar for
Member Avatar for happygeek

First there was a year of hype surrounding Project Natal, but the reality that is Microsoft Kinect has been in my family home for a week now. Everyone from my 10 year old daughter to my retired mother-in-law have played with it, so what's the verdict? Is this the future …

Member Avatar for william.goo.3
1
1K
Member Avatar for Tcll

alright... so here's a quick demonstraition of what I'm trying to do: def calcInfluence(Coords): #apply to verts from global location Ix,Iy,Iz = 0.0,0.0,0.0 for (Px,Py,Pz),(Lx,Ly,Lz),(Rx,Ry,Rz),(Sx,Sy,Sz),W in Coords: #P = Point of transformation (base of the bone) #L,R,S = Loc,Rot,Sca #W = Weight Ix += Lx*W Vy += Ly*W Iz += …

Member Avatar for Tcll
0
124
Member Avatar for GeekPlease

Good day folks, I hope you can help me with this one, I want to create a game. Can you tell me where to start, what softwares I need to study and what particular knowledge I should have. I'm not new to programming so do you think it will be …

Member Avatar for kal_crazy
0
219
Member Avatar for happygeek

A couple of years ago, a 17 year old was arrested for his part in a denial of service attack against gamers playing the online multiplayer version of Call of Duty: Black Ops. The teenager was accused of selling cheat software called 'Phenom Booter' which prevented others from playing (it's …

Member Avatar for mrgreen
1
537
Member Avatar for gamingthinktank

Make money from games using Choke Point strategy. Something you are already familiar with, explained here from a different perspective.

-1
239
Member Avatar for Azmah

I'm looking for a really good 3D and/or Game engine to work with? I currently use C++, though I am willing to switch if the it's worthwhile :) Thanks in advance.

Member Avatar for 3dwalkyan
0
528
Member Avatar for MrEARTHSHAcKER

Hello everyone, I want to start implementing some of my mathematics knowledge into programming through AI. Back 3 months ago I had no idea what is AI, but then I took Machine Learning course on Coursera and finally realized how much maths is included in AI. However I wasn't able …

Member Avatar for jwenting
0
272
Member Avatar for gamingthinktank

Collision Detection using Bounding Rectangle method [Collision Detection using Bounding Box method with KineticJS and HTML5](http://www.gamingthinktank.com/2013/07/11/collision-detection-using-bounding-rectangle-method-kineticjs-and-html5-canvas-tutorial/)

Member Avatar for gamingthinktank
-1
345
Member Avatar for johnappiah
Member Avatar for Ancient Dragon
-2
70
Member Avatar for Liam_1

I'm making a simple text based game in python, which works fine until I activate "debug" mode (in game, with /debug), which is supposed to change this: # # # # # # # # # # # # # . . . . . . . . . . …

Member Avatar for TrustyTony
0
718
Member Avatar for gamingthinktank

This tutorial explains the mathematics behind collision detection using bounding circle method. Source code and online demo is available with the tutorial. [Bounding Circle collision detection: KineticJS/HTML5 Tutorial](http://www.gamingthinktank.com/2013/07/23/bounding-circle-collision-detection-kineticjshtml5-tutorial/)

0
96
Member Avatar for Labdabeta

I have a program using old data for a game I play to indicate which pixels correspond to the health bar in my game. (my program just loops until a button is clicked and presses a key if the health bar drops too low). Unfortunately the health bar has moved …

Member Avatar for triumphost
0
821
Member Avatar for robotakid

Hello everyone, I just started with the book 'Learning Python the hard way' by Zed A. Shaw,and I have to say that it is really fun to learn code. I thought that it would be a problem because I'm 15,but I'm understanding it pretty well so far. Anyway,enough of the …

Member Avatar for TrustyTony
0
389
Member Avatar for gamingthinktank

Create Snake game using KineticJS and HTML5 Canvas [Tutorial Part 1: Snake game using HTML5 and KineticJS](http://www.gamingthinktank.com/2013/04/28/tutorial-part-1-the-concept-snake-game-using-html5-canvas-and-kineticjs/) [Tutorial Part 2: Snake Game using HTML5 and KineticJS](http://www.gamingthinktank.com/2013/06/03/tutorial-part-2-snake-game-using-html5-canvas-and-kineticjs/)

-1
336
Member Avatar for happygeek

Konami, the Japanese games developer responsible for such genre defining classics as Metal Gear Solid and Silent Hill, has confirmed that tens of thousands of customer accounts have been put at risk due to a breach of the Konami ID portal site. During a period between the 13th June and …

1
405
Member Avatar for Member #1083027

I have a PS3 controller and a desktop pc with a bluetooth dongle. I would like to view the values of the PS3 over bluetooth to a pc. What is the best way to do this?

Member Avatar for BigPaw
0
28
Member Avatar for Cody_2

Hey guys i really want to start playing wow and we are getting internet again soon. I already bought the game and expansions but my computer doesn't have enoughspace so im going to download the game on a usb or external hard drive and idk what to get...does anyone know …

Member Avatar for Cody_2
0
180
Member Avatar for DavidKroukamp

I have recently been interested in Java Swing and Game development, so naturally I began creating many different 2D games. During them I found myself having to rewrite much code, but eventually I decided to write some classes that would help me whenever I wanted to make a game. Here …

Member Avatar for JamesCherrill
3
2K
Member Avatar for GeekPlease
0
120
Member Avatar for jasonmark238

Hi, There are so many games in the online. What are the advantages of online games and also disadvantages of online games. Please share your views. Thanks & Regards Jasonmark

Member Avatar for GTechnologies
-1
218
Member Avatar for dualresh

Hi there! Im studying web aplication development and I was looking arround the Internet for information about game development in browsers as im interested in that area, however, I didn't found much that could help me advance in this so I decided to ask in this forum in order to …

Member Avatar for Simon180
0
370
Member Avatar for Start4me

I've wrote a game. But when I compile, and run the main method, there is an error, saying: No main methods found or something like that. I have one class called Game.java, which is supposed to be the main one, and gameLoop.java. For unknown reasons, gameLoop doesnt want to compile. …

Member Avatar for Start4me
0
372
Member Avatar for AppleR

So basically im creating this python adventure text game. And so far its good. But i have this problem with class instances(Is that the right term?) Say for example i have this class, class monster(object): def __init__(self,health,attack): self.damage = damage self.health = health So then I create a class object(again, …

Member Avatar for AppleR
0
366
Member Avatar for Member #956681

By setting up his server meaning buying It at a pricey price I would pay, instead of paying companies every month when I don't want to afford paying monthly fees since monthly fees are not my favorites. And just connecting a 2nd wire from the router so the server will …

Member Avatar for Member #956681
0
155
Member Avatar for ImranAzmar

I'm new to the Non-standard library so my question is? 1. Can SLD library provide an object that can move vertically or horizontally.

0
87
Member Avatar for nmakes

I'm planning to make a new budget gaming pc. I saw AMD had better performance at low budget. So this is what I have deciced: HERE IS MY WISHLIST: http://amzn.com/w/IOVE5X6Q4M85 **CPU: AMD FX 6300 GPU: Visiontek Radeon HD 7850 2GB GDDR5 Mobo: Gigabyte GA-970A-D3 RAM: Corsair Vengeance 8GB (2x4) HDD: …

0
89
Member Avatar for reddsoxy

I am intereseted in writing a game or two for the android platform but am much more comfortable and knowledgable about python than I am about Java. I was curious if python is used for android games and if so some basic points of advice.

Member Avatar for TrustyTony
0
126
Member Avatar for nmakes

I have decided to make this rig. Here's my wishlist: http://www.amazon.com/gp/registry/wishlist/IOVE5X6Q4M85/ref=topnav_lists_1 I want a budget gaming PC and I love the performance of AMD at budget. So I guess I'll keep it approximately $600. CPU: AMD FX6300 GPU: Powercolor ATI Radeon HD 7770 1GB DDR5 RAM: Corsair Vengeance 8GB (2 …

Member Avatar for aVar++
0
304
Member Avatar for nmakes

I am planning to build a budget gaming pc this June. **Not worth more than $600.** Here's the configuration: http://www.flipkart.com/wishlist/navking.venkat7-7098 [$215] CPU: Intel i5 3470 3.2 GHz [$78] GPU: ZOTAC NVidia GEforce GT630 Synergy edition (2GB) [$86] HDD: Seagate Barracuda 1TB [$89] Mobo: Gigabyte GA-B75M-D3H [$92] RAM: Corsair Vengeance 4GB …

Member Avatar for aVar++
0
331
Member Avatar for odunfa.toptiner

**Am having vB.Net on my system, am about installing XNA application but it still ask me that some requirement are missing i.e visual studio 2008, l don't know what to do about that.**

0
86
Member Avatar for nmakes

Actually, I was thinking of assembling a budget gaming PC this June. This is the wishlist: http://www.flipkart.com/wishlist/navking.venkat7-7098 I want the following configuration: Processor: AMD FX 8350 Graphics: Gigabyte ATI Radeon HD 6670 2GB DDR3 Mobo: ASUS M5A78L-M LX V2 RAM: Corsair Vengeance 8GB HDD: Seagate Barracuda 1TB Cabinet: Cooler Master …

Member Avatar for aVar++
0
355
Member Avatar for nomorelogic

so i have a mini text adventure game where i can go through the rooms and have made a start trying to implement a inventory, i can type things in and store them in a text file, but i want to be able to find an object in a room …

Member Avatar for Moschops
0
2K
Member Avatar for Sava01

just wondering what resolution is better for my xbox 360 if you could put as much information into your replies as you can then that would be great

Member Avatar for BigPaw
-1
230
Member Avatar for Necrozze

I have a qucik question for you guys. Is there a way to change the taskbar icon? Im done with my game and im gonna show it in class on tuesday 14 and I just thought it would be cool to have an icon that represents the game and not …

0
179
Member Avatar for Necrozze

I have a serious problem with my game right now, after each kill I get the game starts lagging more and more. I thought it was because he was drawing the same thing twice and stuff and went trough some functions that was useless. But I cleaned it up as …

Member Avatar for Necrozze
0
1K
Member Avatar for Necrozze

Okey so I need help with how to make a health bar that starts out full with green color but then when I lose hp it get's smaller and smaller. I have now that my hp is 100, and then when I get hit by a bullet from the boss …

Member Avatar for Necrozze
0
1K
Member Avatar for nomorelogic

i would like to have the ability to tell the player they cannot go that way if the exit does not exist the rooms are in a text file that is read in, i know i should use a if function but dont know where to put it, any help …

Member Avatar for spuriousgeek
0
288
Member Avatar for mrgadgets

I heard some gaming developer really enjoy using adsense on their gaming site so what is actually the benefit of using adsense on the gaming site?

Member Avatar for gujaratcarz
0
511
Member Avatar for Necrozze

Im making a 2D platformer-ish shooter its really simple and not much effort put in it, it is my first game Im making in python and its for a school project and needs to be finnised really soon. Everything is working just fine but Im having problem with some collision …

Member Avatar for Lucaci Andrew
0
586
Member Avatar for nmakes

I am interested in assembling my own PC. It is the first time I am doing it. So I want to ask about it first here. I had gone through some of the tutorials on how to assemble one. Lifehacker had a good tutorial about how to do it. Now, …

Member Avatar for Rik_
0
252
Member Avatar for jean122

Hello, My name is Jeannot Thewissen. I have a question. What is the value of an Original Microsoft xbox with one controller and 7 games. I hope to get a reply soon, because I got two of them and I want to sell one. Jeannot Thewissen

Member Avatar for <M/>
0
360
Member Avatar for ralph.d.abernathy.1

Hello everyone! So I wrote a program that simulates a dice game, almost like the game of Craps. I want to turn this normal console app into a dialogue based MFC. So I would create a button labeled "Roll" and the window would show two die being rolled. Here is …

Member Avatar for ktsangop
0
474
Member Avatar for Necrozze

Im doing this game for school and it's supposed to be finished real soon and then of course al the problems start coming up, the game now crashes, sometimes after a few seconds and sometimes directly on start. Don't really know why, a thought is that its doing to much …

Member Avatar for Necrozze
0
411
Member Avatar for oalee

I'm planning on building a new desktop probably in about a couple of months or so. I haven't been as updated with the newer parts and technologies as I was a few years ago due to changes in priorities (haven't lost love for computers though). I need suggestions on what …

Member Avatar for aVar++
0
519
Member Avatar for funkey100

Hey! I am making a new gaming computer (http://pcpartpicker.com/p/QLYy) and I have heard that nVidia is much better. I'm not going to use more than one monitor, and if I do, it'll only be two so the lower memory is too important. Which nVidia card should I get that's around …

Member Avatar for funkey100
0
289
Member Avatar for AranTomoy

Here is my question: How difficult will it be for a 41 year old, former CPA but recently graduated Computer Science major, to find a good programming job? I read another article on this forum that was somewhat related (e.g., CPAtoCompSci), but it did not directly answer the question about …

Member Avatar for AranTomoy
0
181
Member Avatar for Doogledude123

When I run the game and try to use the Arrow keys to control the movement of the selection box, nothing happens. I'm pretty sure the game is redrawing itself properly because the ticker text is updating. Aswell, I tried doing: selectVal++; in the update function in TankShooter.Java, which made …

Member Avatar for Doogledude123
0
778
Member Avatar for Larry Payne

Hi Guys, Plz tell is there any tool that increases my games performance..as they are slowing a bit...i use to play games like. NFS Carbon & Most Wanted, Counter Strike..Don't know what is wrong..!!I have done a cleanup and defrag hoping that would speed up my computer.But it did not …

Member Avatar for semontuffel
0
153
Member Avatar for funkey100

Hey! I am making myself a [new computer](http://pcpartpicker.com/p/QsWu) for gaming and recording. What do you think about it? I also used [this](http://extreme.outervision.com/PSUEngine) to calculate the wattage. Should I change the power supply? Thanks System Type: 1 physical CPU Motherboard: High End - Desktop CPU Socket: Socket LGA 1155 CPU: Intel …

Member Avatar for funkey100
0
354
Member Avatar for andika.kurniawan.121

I want to make multiplayer game with PHP. In the game, I tell the user to make adhoc before play multiplayer. Is the network in my game Local Area Network ? Can you help me to make the network in multiplayer game which I want ?

Member Avatar for jkon
-1
74

The End.