Comp 475
Selected Topics
Console Programming
(With XNA for the
X-Box 360)
Homework #1 Getting Started
40 points
Goals:
- Install
software needed develop XNA games.
- Write
first XNA Windows game.
- Know fundamentals
of functions that that must be overridden from Game class.
Software to Install
- Visual
C# Express Edition
- Game
Studio Express 1.0
- .NET
Framework 1.1
- DirectX
Software Development Kit
Your First XNA Game
Follow the tutorial “Your First Game: Microsoft XNA Game
Studio Express in 2D”. This tutorial can
be found by selecting Contents from
the Help menu. In the tree open XNA Game Studio Express | Getting Started with XNA Game Studio
Express | Your First Game: Microsoft XNA Game Studio
Express in 2D.
Complete Steps 1-5 of the tutorial. We will cover the topics in step 6 in later
assignments.
Turn it in
Zip your project folder and submit it on easel. You should name your project MyFirstXNAGame and your zip file MyFirstXNAGame.zip.
Grading
- 20 points
can be earned by turning in a working project that follows the
instructions found in the tutorial.
- 20 points
can be earned by correctly answering quiz questions in class the day the
project is due. The quiz will cover
information found in the tutorial
as well as the Supported Operating
Systems and Hardware and the
Required Software articles that
can be found in XNA Game Studio
Express | Setup and System
Requirements.