Working with XNA
December 11, 2009
4 comments
I have recently been working with the XNA Framework and have been using the XNA Console. I so far have managed to define a proper rectangle and almost render it, though i need to put it in the Draw Method, I am thinking the best way of doing that would be to use some sort of hook system executing the procedure in the draw method. Another interesting thing is i am able to make a brand new python sub system in game. I can even exit by using a back-end function Game.Exit.
Categories: Computers, Gaming, Programming