Sign in
Game Theory
A blog by Microsoft Academic Developer Evangelist, Dan Waters
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Blog - Link List
My Blogroll
Alfred Thompson (MSDN)
K-12 academic resources
Alfred Thompson (Spaces)
Alfred's Spaces blog
Diane Curtis
Joe Healy's DevFish
Clint Rutkas
Hilary Pike
Gautam Reddy
Philip DesAutels
Cy Khormaee
Doris Chen
Developer Evangelist focusing on Web, Windows Phone, jQuery
Links
My Xbox Live Gamer Profile
Music I Made
Follow me on Twitter: @danwaters
NOT always Microsoft related
GuitarrMatey
Create an XNA game from scratch
DeepZoom Tutorial
Learn how to use DeepZoom for Silverlight 2.
Intro to Popfly Game Creator
Create a game in 10 minutes
Robotics Fundamentals Series
Search
Tags
azure
cloud
Cool Stuff
game development
halo 3
imagine-cup
Jobs
Live Platform
live writer
microsoft
MIX08
mvc
Pages
pdc
pdc2008
phone
Photosynth
Popfly
student
twitter
web
web camp
Web Services
Xbox
XNA
Archive
Archives
June 2011
(1)
May 2011
(1)
April 2011
(2)
March 2011
(7)
February 2011
(2)
January 2011
(5)
December 2010
(7)
September 2010
(3)
August 2010
(1)
July 2010
(1)
June 2010
(1)
April 2010
(1)
January 2010
(1)
December 2009
(2)
November 2009
(2)
September 2009
(1)
August 2009
(1)
June 2009
(4)
April 2009
(2)
March 2009
(8)
October 2008
(5)
September 2008
(1)
August 2008
(3)
July 2008
(1)
June 2008
(6)
May 2008
(10)
April 2008
(4)
March 2008
(6)
February 2008
(13)
January 2008
(2)
December 2007
(17)
November 2007
(1)
October 2007
(2)
September 2007
(2)
August 2007
(7)
July 2007
(6)
May 2007
(6)
MSDN Blogs
>
Game Theory
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Game Theory
Building a 3D Game in XNA From Scratch - Free Video Tutorial Series Now Available!
Posted
over 5 years ago
by
dawate
123
Comments
Updated 12/30/2011 with fixed video links After far too many hours of learning, teaching, recording, testing, video editing, and other glorious activities, I am ready to make available my massive collection of video tutorials for creating a 3D game in...
Game Theory
Xbox 360 Networking With A Laptop's Wireless Connection
Posted
over 6 years ago
by
dawate
83
Comments
Is your Xbox 360 in a room far, far away from your broadband router, and you just don't have the cash to spend on the Xbox wireless adapter ? You can get online easily by hijacking your laptop's wireless connection with the following tools: Laptop...
Game Theory
Intro to Silverlight 2 Video Tutorial: DeepZoom for Dummies!
Posted
over 5 years ago
by
dawate
7
Comments
As promised, I've just completed a 15-minute video tutorial that shows you how to create a Silverlight 2.0 application using DeepZoom. Even if you are unfamiliar with DeepZoom and just want to learn how to build a cool Silverlight application, this is...
Game Theory
Intro to Audio Programming, Part 3: Synthesizing Simple Wave Audio using C#
Posted
over 4 years ago
by
dawate
13
Comments
If you’ve been following this series, you’re probably thinking, “Finally! He is going to show us some code!” Well, I hate to disappoint you. So I’ll go ahead and show some code. We’ve already discussed how audio is represented and what the WAV format...
Game Theory
Intro to Audio Programming, Part 2: Demystifying the WAV Format
Posted
over 4 years ago
by
dawate
9
Comments
The WAV format is arguably the most basic of sound formats out there. It was developed by Microsoft and IBM, and it is rather loosely defined. As a result, there are a lot of WAV files out there that theoretically should not work, but somehow do. Even...
Game Theory
Intro to Audio Programming, Part 1: How Audio Data is Represented
Posted
over 4 years ago
by
dawate
10
Comments
The Black Art of Audio Programming I feel like I’ve got a pretty good handle on most aspects of programming – algorithms, databases, business logic, etc. One area of programming that has always baffled me is audio. I know what sound waves look like, but...
Game Theory
Intro to Audio Programming Part 4: Algorithms for Different Sound Waves in C#
Posted
over 4 years ago
by
dawate
11
Comments
In the last article, we saw how to synthesize a sine wave at 440Hz and save it to a working WAV file. Next, we’ll expand on that application and learn how to implement some other common waveforms. First of all, I copied WaveFun from the last article as...
Game Theory
Robotics and .NET Fundamentals Series
Posted
over 6 years ago
by
dawate
21
Comments
Hi there. I just posted quite a lot of video content for students and enthusiasts looking to learn Robotics Studio , a free tool from Microsoft that makes robotics fun and easy (even if you don't have a robot). You can view supporting material here ....
Game Theory
Windows Phone 7 XML IsolatedStorage Example
Posted
over 3 years ago
by
dawate
9
Comments
For one of the apps I have been working on, I needed to persist a List<T> of T objects across sessions. They are simple objects with simple properties, so I decided to use XML. However, since WP7 is a new platform, there’s not a lot of information...
Game Theory
Constructing, Drawing and Texturing a Cube with Vertices in XNA on Windows Phone 7
Posted
over 2 years ago
by
dawate
5
Comments
This may be a precursor to something bigger… I’m working on what I think will be a pretty cool game for the marketplace, and I’ll share the source code here eventually. Right now I had to conceptually understand something: how to draw a cube using only...
Game Theory
How to Get a Job in the Game Industry
Posted
over 5 years ago
by
dawate
8
Comments
Through my work on this blog and my interactions with industry peeps at Microsoft-sponsored events, I’ve gained a lot of insight (as well as plenty of questions) as to how one might pursue a career in the game industry. Now, as a disclaimer, I’ve never...
Game Theory
XNA Games on the Zune - A Brief "How To"
Posted
over 5 years ago
by
dawate
10
Comments
Downloads: Source Code (zip, 83 KB) Video (wmv, 35.6 MB) As Dave Weller mentions on the XNA team blog, the Community Technical Preview (CTP) for XNA Game Studio 3.0 is out (as of May 7). Below is a video and some source code for getting started with it...
Game Theory
Writing My 1st Zune HD Game - Inertia
Posted
over 4 years ago
by
dawate
8
Comments
All RIGHT! Today is 9/17 and my Zune HD is out for delivery. Naturally I’ve already started making a game for the thing. Well, actually, I’ve started writing the blog post – i’ll keep the post going as I build the game. Because I don’t have a lot of brainpower...
Game Theory
Windows Phone 7, Azure and Push Notification Tutorial Series in C#
Posted
over 2 years ago
by
dawate
2
Comments
I’ve just finished my miniseries on integrating Windows Phone 7, Windows Azure, SQL Azure, WCF and Push Notifications into a single package! This is my index post, so you can easily get to the other articles. Check out the demo video below. Both videos...
Game Theory
Goodbye Florida, Hello Seattle
Posted
over 4 years ago
by
dawate
2
Comments
It’s been a little over 2 and a half years since I joined Microsoft as the Academic Developer Evangelist for the Southeast region. In that time I’ve certainly learned a lot and had a tremendous amount of fun in this job, which I still think is one of...
Game Theory
Robotics and .NET Fundamentals Series - Part 1
Posted
over 6 years ago
by
dawate
14
Comments
This is the inaugural post of my five-part series on beginner robotics in .NET! You can download the source and other resources from here . Enjoy! Share this post :
Game Theory
Let's Write a 2D Game in XNA
Posted
over 6 years ago
by
dawate
0
Comments
I just finished up an article documenting a game I just finished . Check it out if you're interested in getting into XNA!
Game Theory
Angles, 2D Vectors, and Trig Basics in Silverlight and XNA
Posted
over 5 years ago
by
dawate
2
Comments
Who Wants Some Math? One of the most simple principles in 2D games is an object that bounces around in a container. This little set of math knowledge is really important for any game that has some basic physics in it, for example, Pong. An easy way to...
Game Theory
Interview with Blaise Aguera y Arcas, The Man Behind Photosynth
Posted
over 6 years ago
by
dawate
5
Comments
On the heels of an announcement regarding Photosynth and NASA working together, I had the opportunity to interview Blaise Aguera y Arcas, the architect behind Photosynth....
Game Theory
Robotics and .NET Fundamentals Series - Part 2
Posted
over 6 years ago
by
dawate
11
Comments
( link to part 1 ) In this video, we'll learn how to connect to the iRobot Create over a serial connection (if I can find one on my laptop, that is). We'll use Visual C# Express ( download ) to send bytes over the wire to the robot to make it sing a song...
Game Theory
3D Level Editing for Windows Phone 7 Games (#XNA)
Posted
over 3 years ago
by
dawate
3
Comments
For future reference, everything discussed here is in the context of Windows Phone Developer Tools April Refresh, so it’s all CTP stuff and can/probably will change. CODE: here What You Need Visual Studio 2010 RTM ( www.microsoft.com/express )...
Game Theory
Robotics and .NET Fundamentals - Part 3
Posted
over 6 years ago
by
dawate
11
Comments
In this installment, we'll build on what we learned in Part 2 by adding Bluetooth connectivity and introducing scripting. This will allow the robot to move in a square on a wireless whim! Enjoy. Share this post :
Game Theory
Zune Games with XNA - Understanding Game State Management
Posted
over 5 years ago
by
dawate
3
Comments
I've covered Game State briefly in the past, but I have always used complex switch statements to handle different logical scenarios within the game. This works for small, simple examples, but is not optimal for more complex projects. In the coming weeks...
Game Theory
Robotics and .NET Fundamentals - Part 5 of 5
Posted
over 6 years ago
by
dawate
4
Comments
In this final installment of the series, we will build on Part 4 's VPL project, but we will add a greater degree of autonomy to the robot by making it somewhat smart. When it encounters a wall, it will back up and turn around without any input from us...
Game Theory
How To Install the XNA Add-On for XSI
Posted
over 5 years ago
by
dawate
7
Comments
A little detail: To get the pipeline stuff working for XSI-XNA production, you need to install the XSI add-on . To install it, open XSI Mod Tool and go to File | Add-On | Install... and browse to the file ending in .xsiaddon that you just downloaded.
Page 1 of 6 (144 items)
1
2
3
4
5
»