As far as the game itself opts alright. I played for maybe 10-15 minutes and my phone ran hot...I thought it was the case I had on it. So I removed the phone from it but it still ran hot, but it wasn't . Anyone else have this issue?
while (the game is not over)
{
Check Inputs;
Check Game state;
Execute AI;
Move objects;
Check Collisions;
Display Results;
}
iCrank said:Thanks for the info. I solved the heating issue. I deleted it.
darkstar2007 said:Rotfl!!! That's the best way to fix that!
iPhone 4 16Gb 4.2.8 (jbme 3.0) Moderator @ iPhoneforum staff
Thanks for the info. I solved the heating issue. I deleted it.
Skull One said:Hopefully you left constructive feedback so that the developer can correct the issue. A lot of people don't realize how much that can help make a program better.
Actually everyone will have this issue. Mainly because of how the game was written.
while (the game is not over) /*<-Most Epic Part Ever*/
{
Check Inputs;
Check Game state;
Execute AI;
Move objects;
Check Collisions;
Display Results;
}