View RSS Feed

Uncategorized

Entries with no category

  1. My First Game Using XNA!

    After my last blog, I decided to create a game. Well, creating a fully function game is a lot of work, if you haven't heard! So, instead of creating an entire game, I decided to make a simple little game where a ton of creepy eyes follow your cursor.
    connects-game-screen-jpg

    The XNA Framework
    The XNA Framework is basically the guts that allows a programmer, like me, to create a game without having to create the whole engine! A basic XNA game has 6 methods by default: The Constructor, Initialize, LoadContent, UnloadContent, Update, and Draw.
    The Constructor and Initialize method are kinda the same, they're just executed at different times.
    The LoadContent method is executed next; it should ...
    Categories
    Uncategorized
Title