5,699,431 members and growing! (23,667 online)
Email Password   helpLost your password?
Multimedia » DirectX » General     Intermediate

Multiplayer Snake in 3D using C# and Managed DirectX

By Cr@zyIv@n

A new version of the old game.
C#, Windows, .NET 1.0, .NET 1.1, .NET, DirectX, Visual Studio, VS.NET2002, VS.NET2003, Dev

Posted: 12 Aug 2004
Updated: 12 Aug 2004
Views: 73,060
Bookmarked: 25 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
6 votes for this Article.
Popularity: 2.98 Rating: 3.83 out of 5
1 vote, 16.7%
1
1 vote, 16.7%
2
0 votes, 0.0%
3
0 votes, 0.0%
4
4 votes, 66.7%
5

Sample Image - screen.jpg

Introduction

Probably, everyone knows the game Snake. However, the Snake from this article is a multiplayer version and fully in 3D. It’s written in C# using Managed DirectX. A little knowledge of C# is necessary. And some (Managed) DirectX or other Graphics programming experience would be useful. I advise you, if you haven't already done so, to read Craig Andera's tutorial first.

You’ll need a C# compiler (Visual Studio .NET if possible). And the DirectX 9.0c SDK [Download it from Microsoft.]

For the code to run, you’ll also need a 3D card. But some adjustments in the code would enable it to run on older machines, decreasing its performance.

The Game Class

This is where initialization happens. Also, this is where user input is processed, using the EventKey class (all it does is check if a keystate is changed).

The Player Class

This class processes the input for the movement of one of the players. It holds a collection of Vectors for the trail. It has a Render method that will do the rendering. It also holds a reference to the Level class, the class that implements level functionality: a square array of Booleans so that the snakes can’t move through each other; it also has a couple of predefined levels to make the game a little less boring.

The Intro Class

Here, two Meshes are created for some sort of intro movie.

The Arena Class

This class renders the box in which the snakes move. It also renders the boxes which initially are already occupied by the Level class.

The Plane Class

This is a class I built quite some time ago. It creates a textured box. And allows choosing the sides you want to render.

Conclusion

I do not expect this code to be efficient. A lot of things could’ve been done better and faster. But it works, and when you’ve got nothing to do, this game can be quite fun.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Cr@zyIv@n



Location: Netherlands Netherlands

Other popular DirectX articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 16 of 16 (Total in Forum: 16) (Refresh)FirstPrevNext
GeneralHow to run without 3D cardmemberNhilesh B19:25 11 Oct '07  
GeneralThis is very nicememberMashadow18:36 2 Aug '07  
GeneralSuggestionmemberDFU2312:12 18 Aug '04  
GeneralMy ExperiencesussPeterK_9:33 18 Aug '04  
GeneralRe: My ExperiencememberPeterK_10:27 18 Aug '04  
GeneralRe: My ExperiencememberCr@zyIv@n23:06 18 Aug '04  
GeneralRe: My ExperiencememberNejat Özsu17:10 8 Sep '04  
GeneralQuestion for the authormemberhacey5:45 28 Jul '05  
GeneralSystem.IO.FileNotFoundExceptionmemberChris Sells15:23 14 Aug '04  
GeneralRe: System.IO.FileNotFoundExceptionmemberCr@zyIv@n23:08 14 Aug '04  
GeneralRe: System.IO.FileNotFoundExceptionmemberChris Sells9:05 15 Aug '04  
GeneralRe: System.IO.FileNotFoundExceptionmemberCr@zyIv@n9:42 15 Aug '04  
GeneralRe: System.IO.FileNotFoundExceptionmemberjmw10:59 16 Aug '04  
GeneralRe: System.IO.FileNotFoundExceptionmemberCr@zyIv@n23:07 16 Aug '04  
GeneralRe: System.IO.FileNotFoundExceptionmemberFBKK12:55 11 Jul '05  
GeneralRe: System.IO.FileNotFoundExceptionmembermicr0chip12:35 26 Nov '05  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 12 Aug 2004
Editor: Smitha Vijayan
Copyright 2004 by Cr@zyIv@n
Everything else Copyright © CodeProject, 1999-2008
Web13 | Advertise on the Code Project