Lab 1
- Open up the XNA Game Studio Express (via Start).
- Under getting started click Create Your First (C#) Application.
- Follow your nose to make a C# hello world program.
- From the help window (from that first bit), expand getting
started with XNA studio, then click on your first game.
(You can also go to the help and search for "Create My First Game")
- Again follow your nose....but highlights below.
- Add a sprite. (step 4) (Note I couldn't get this to work with
a gif file (at runtime) but used a bmp.)
- Make the sprite move (step 5).
- Explore (step 6). I like the idea of putting in another
sprite and having them bounce off each other.
- A simpler idea is to first make it go faster, then
add some controls to change the movement speed.
- See what you can come up with.