Game Programming
Tag details
Welcome to the 'Game Programming' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Game Programming'.
Latest blogosphere posts tagged “Game Programming”
-
Project 72
71 - The ramblings of two 30-something developers —
Authority: 121
I came across a site yesterday which is documenting in real time a team of four guys who writing an iPhone game in 71 hours, hence the name of the project.They all seem to have experience already and hence thought they could create the entire game in 7 days, with the actual game coding being [...]9 hours ago -
Help needed for simple SDL snake-clone
C Board —
Authority: 161
Almost finished my Snake clone, at the moment im on a bug hunt before i can add sounds and spice up the graphics a bit. The snake is a linked list, whenever it moves a piece gets deleted at the end, and another gets created at the front, so in essence, none of the pieces ever really move, but the snake itself does ...2 days ago -
Iphone Game Programmer Needed
Get a Freelance Job —
Authority: 182
I looking for a person who can do an iPhone game, like Snakes and Ladders, same ideea, just a little different. For PM I can give more info. Must have background in iPhone applications and games dev for iPhone.2 days ago -
Screen resolution and portability
C Board —
Authority: 161
Is there any way to ensure portability which includes the display resolution?as i found running a 900x700 pixel window on an old display it was too big, and resizable window not really solution i am hoping for, some kind of proportional fit maybe?3 days ago -
Screen resolution and portability
C Board —
Authority: 161
Is there any way to ensure portability which includes the display resolution?as i found running a 900x700 pixel window on an old display it was too big, and resizable window not really solution i am hoping for, some kind of proportional fit maybe?3 days ago -
Now Then...
C Board —
Authority: 161
Thanks to Jeff Cobb I was able to get Brutal Chess up and running in this thread . What Id like to do now is change the board from the regular 64 squares to This and then change the starting placement of the pieces and then the pawn movement. After that I want to create some glass clear, but recognizable, 3d ...5 days ago -
SNES programmers in or around VA?
C Board —
Authority: 161
Hi everyone. First post here. I am looking to find someone to help me design and program a Super Nintendo game that will be able to run on emulators like ZSNES or get it onto an actual cart if at all possible. I have a love for all things Super Nintendo - the music, the graphics and the gameplay, and I hope you do ...5 days ago -
So, I want to mod this, please help!
C Board —
Authority: 161
Brutal Chess is an okay chess game. The graphics are decent and thats what Im looking for because I have an entirely new way to play chess that Ive been working on for about a year. I want to teach myself how to make this game work. The maintainers have abandoned the project. I just want to get this one where I ...6 days ago -
Monte Carlo Simulation - Roulette
Computer Science Teacher - Thoughts and Information from Alfred Thompson —
Authority: 430
In theory, theory and practice as the same. In practice, all too often, they are not. Sometimes running a simulation can help one separate theory and reality. For example, about a month ago I received an email that promised me success at the roulette tables. This is a game I’m not into because it seems too much ...1 week ago -
Keeping It Simple
Computer Science Teacher - Thoughts and Information from Alfred Thompson —
Authority: 430
Sample code is a great way to learn how to do things in computer programming. The problem for many beginners is that a lot of sample code is written by professionals for professionals. This means several things both good and bad. On the good side students are exposed to good coding practices (usually), technically ...1 week ago -
An excellent Blu-ray ripper - help you rip Blu-rays to various HD vid
Programmers Heaven Forums RSS Feed —
Authority: 158
An excellent Blu-ray ripper - help you rip Blu-rays to various HD videos Pavtube [url=http://www.pavtube.com/blu-ray-ripper/]Blu-ray Ripper[/url] is specially developed for directly backup your DVD and Blu-ray collections, as well as ripping them into other commonly-used media formats, so as to expand their ...1 week ago -
GLSL anyone?
C Board —
Authority: 161
Im starting to learn GLSL, which has some very clever math features, but since I am not so clever with math, its a little difficult. You will have to understand GLSL in order to answer this, Im hoping someone does. I have a vertex shader which rotates an object; it passes on a float value, "Diffuse", to the ...1 week ago -
Recommend you two ways to make ringtones for iPhone 3GS
Programmers Heaven Forums RSS Feed —
Authority: 158
Solution 1: Make ringtones for iPhone 3GS via iTunes This method is available from firmware 1.12 to the latest firmware 3.12. Suggest you to rename the ringtones in iTunes after they are made well. So that it will never occur the problems that iPhone 3GS can not find ringtones while sync or iTunes prompts the ...1 week ago -
Iphone Game Programming – Tutorial 12 – Saving State
71 - The ramblings of two 30-something developers —
Authority: 121
I’ve managed to squeeze in one last small tutorial for 2009. I had a request on the blog for a tutorial on saving game state. This is only a quicky and I’ve built it on the code from Tutorial 11. It covers how I’ve used NSCoding to store game state which is [...]2 weeks ago -
Saving Game State
71 - The ramblings of two 30-something developers —
Authority: 121
Just a FYI that I’ve just started to put together a tutorial on saving game state. I had a request for a tutorial on this recently and its something I had to do in Sir Lamorak’s Quest.It actually sounds harder than it is. I ended up using NSCoding in the objects that I [...]2 weeks ago -
Playstation 3 80GB Motor Storm===$280
Programmers Heaven Forums RSS Feed —
Authority: 158
XMAS BONANZA!!! XMAS BONNANZA !!! XMAS BONANZA!!! Please note that free shipping and discounts is available if you buy up to 10 units and also we shall give to you,2 units free on every 5 units you buy and 1 unit free on every 3 unit you buy.Return Policy: 1. Please notify us within 14 days (according to the posting ...2 weeks ago -
Look for Game Programmer partner
Programmers Heaven Forums RSS Feed —
Authority: 158
Hello: I and my partner worked for game industry about 8 years. Now we want to creat own business by the Online game at Shanghai China. In the Chinese Market, the online Game was very popular and it can earn more money. But we dont have a responsible and gifted programmer. We want to look for a partner to set ...2 weeks ago -
iPhone Game Programming – Tutorial 11 – Joypad
71 - The ramblings of two 30-something developers —
Authority: 121
At last, I’ve finally recorded the joypad tutorial. This is a short tutorial of 20 minutes that covers how to implement a joypad control into the code that has been used through the other tutorials.Tutorial 11Tutorial 11 ProjectMikeShare:2 weeks ago -
Happy Christmas
71 - The ramblings of two 30-something developers —
Authority: 121
It’s been a long time coming, but I’m actually encoding the Joypad tutorial as I type. Once it’s encoded I’ll be loading it straight onto the blog tonight.Seeing as it was Christmas and I wanted to say thanks to everyone who has been supporting 71Squared over the last year I forced some time into [...]2 weeks ago -
Compute the angle to rotate for 2 vectors
C Board —
Authority: 161
I understand i need to get the Dotproduct of the 2 vectors and then set the rotationz for the bottom teapot so it looks up at the other above it ,do you have to convert the DotProduct to radians as its in degreas? vectors are D3DXVECTOR3 TeaPotPos(0.0f,-3.0f,-10.0f); D3DXVECTOR3 TeaPotPos2(0.0f,3.0f,-10.0f); pic ...3 weeks ago

