Vincent Leung .NET Tech Clips

The latest tech clips from the .NET community

The XNA Role Playing Game Starter Kit

 

image

The starter kit comes as an MSI installable package. It adds a new template into Visual Studio, making it possible for you to choose File | New | Role Playing Game from the menu. This one step process initiates the creation of a new solution containing the source for a complete tile-based role playing game. In Figure 1 you can see the Solution Explorer and Class View for the created project. By viewing this screen shot you can get some sense of what is available inside the start kit. Obviously this is a fairly extensive bit of source code with lots of logic for you to digest and learn from, especially if you are new to game development.

Figure01-SolutionExplorer_&_ClassView

Acquiring the Starting Kit

The downloads for the RGP Starter Kit are broken out into versions for XNA Game Studio 2.0 and 3.0. There is also a distinction between code that targets Windows and code for the XBox:

Here are some additional links

Charlie Calvert’s Community Blog : The XNA Role Playing Game Starter Kit

September 28, 2009 Posted by Vincent Leung | Fun | | No Comments Yet

And if only 1% of those people … I’ll be rich.

September 28, 2009 Posted by Vincent Leung | Business, Fun | | No Comments Yet

Scott Hanselman’s 2009 Ultimate Developer and Power Users Tool List for Windows

September 9, 2009 Posted by Vincent Leung | Fun, Tools | | No Comments Yet

Netflix API using OAuth authentication class library

September 2, 2009 Posted by Vincent Leung | Fun | | No Comments Yet

Coding4Fun : Managed Library for Nintendo’s Wiimote

 

Managed Library for Nintendo’s Wiimote

Published 14 March 07 01:05 AM | Coding4Fun


In this article, Brian Peek demonstrates how to connect to and use the Nintendo Wiimote from C# and VB.NET. The final output is an easy-to-use managed API for the Wiimote that can be used in any managed application.

Via Coding4Fun : Managed Library for Nintendo’s Wiimote

July 1, 2009 Posted by Vincent Leung | Fun | | No Comments Yet

Interaction Techniques Using the Wii Remote

 

Interaction Techniques Using the Wii Remote – Johnny Lee will show off some interesting uses he has found for using the Wii Remote as a PC input device.

February 25, 2009 Posted by Vincent Leung | Fun | | No Comments Yet

Small Basic : Tetris – Sample of the Week

 

Sample of this week is Small Basic Tetris, ported by Kenneth Kasajian.  In all, the program is just about 530 lines long, and is listed after the screenshot.

Small Basic : Tetris – Sample of the Week

February 18, 2009 Posted by Vincent Leung | Fun | | 1 Comment