Forum: Game Development Jun 23rd, 2008 |
| Replies: 9 Views: 16,445 For Artificial Intelligence
Book Title: Programming Game AI by Example (Paperback)
http://www.amazon.com/Programming-Game-Example-Mat-Buckland/dp/1556220782
For Everything Game Development
... |
Forum: Game Development Jun 21st, 2008 |
| Replies: 9 Views: 16,445 I agree that Allegro is an awesome API for 2D gaming. I'm using Allegro and FMOD together to create a simple Mario clone. I've just started using FMOD, but I have been using Allegro for a while now... |
Forum: Game Development Jan 17th, 2008 |
| Replies: 20 Views: 6,760 I agree that AJAX alone isn't for database access, but ASP.NET + AJAX makes for some great interactive online forms to work with databases.
ShawnCplus, you are correct about using C++ for CGI.... |
Forum: Game Development Jan 17th, 2008 |
| Replies: 20 Views: 7,538 If you are any good at Python than I would recommend Blender. I have been using Blender for the past two years and really like the program. I would have to agree with the others that it comes down to... |
Forum: Game Development Jan 17th, 2008 |
| Replies: 2 Views: 818 You might also want to check for any updates for the game. |
Forum: Game Development Jan 17th, 2008 |
| Replies: 2 Views: 1,416 If you are going to be a MySQL admin or developer you will need to familiarize yourself with their website. You can find the install for MySQL Community Server (free version) and it's documentation.... |
Forum: Game Development Jan 17th, 2008 |
| Replies: 20 Views: 6,760 I may be wrong but I've never heard of C++ being used for the web. Unless its for some web app DLLs and not server side scripting. C# would be something you'd use, which isn't a variation of C or... |
Forum: Game Development Jan 16th, 2008 |
| Replies: 21 Views: 7,713 That does make since for accuracy calculations to be executed first before damage is even considered. |
Forum: Game Development Jan 13th, 2008 |
| Replies: 1 Views: 1,273 A game editor or level editor allows you to place objects within your world like trees, houses, skybox and terrain. If you ever played Dark Cloud you earn "objects" and can place them within the... |
Forum: Game Development Jan 13th, 2008 |
| Replies: 20 Views: 6,760 I've only been using ASP.NET mostly for web apps and there are some great things coming out of AJAX. One of the cool things about AJAX is that it allows you to set a portion of the web page to update... |
Forum: Game Development Jan 13th, 2008 |
| Replies: 3 Views: 1,035 Well if you are only focused on creating puzzles or word games, that road isn't so long. If you were going to create something that has a bunch of movement, graphics and sounds, that would be... |
Forum: Game Development Jan 13th, 2008 |
| Replies: 21 Views: 7,713 I would really like for this thread to discuss all aspects of "RPG math" i.e.(Attack, Magic, Defense, Magic Defense, Agility, etc...)
So lets start off with Attacking. I am going to dismiss what... |