From the post: "... Tonight I worked with some new graphics for player shield and the "energypacks" the enemies drop. Sometimes it's fun to just sit and play around with colors and some filters in photoshop, what a difference - so much better! ...".
Nice!Friday, April 20, 2007
UPDATE: "BULLET HELL TACTICS"
Thursday, April 19, 2007
SETTING UP "GUIMANAGER"
From Aaron's post: "... The simplest way to begin is to use the GUI_Testbed project as a starting template. I simply created a new source file containing a class called Tutorial1, and set that as the startup Game object in Program.cs. You could also just use the existing GUI_Testbed.cs if you don't feel like starting from scratch ...".
More news after the break ...TIPS: "SOFTWARE EFFICIENCY AND OPTIMIZATION - PART 3"
From the post: "... I'm trying to decide where to take this blog from here. I could continue focusing on software engineering as it applies to games. Or I could start taking in-depth looks at particular game algorithms and how to implement them for XNA — for example, I could show how I used the minimax algorithm with alpha-beta pruning for finding the best move in my Othello game, and how to implement it in XNA; or show how to implement the A* algorithm for pathfinding. Or I could start showcasing my Dream-Build-Play entry and how various parts are implemented. If you have any thoughts or preferences, please leave a comment ...".
To get to the above-mentioned part of the post -actually the final part- you'll need to read a bit more than usual ... trust me ... so you'd better hurry up and start reading right now!