Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
31 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Home » Features » GD Showcase » View Submission
Intel sponsors gamedev.net search:
Game Development Showcase
Track this GDS Entry
TiPong (.Net)
Developer   Etherstar
GenreTraditional
PlatformWindows
Downloads338

About: It's pong programmed in C#, source inlcuded.

Game Info How To Play Downloads Comments



Please offer only constructive criticism. The intent of the GD Showcase is to help the developer create the best game they possibly can. Show them you support their efforts when posting.



Post Reply
Very cool.... Now make it multiplayer.

  User Rating: 1932   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

I get a FileNotFoundException when running the included EXE. If I add the files to VS.NET 2005 Express and run I get a problem on this line:

titex = new Texture(device, new Bitmap(this.GetType(), "titex.bmp"), 0, Pool.Managed);

The "titex.bmp" resource is not included in the download.

  User Rating: 1016   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

I would double check and make sure you have the leatest managed directx runtimes installed for the included .EXE. I didn't include the bitmaps because they are an embedded resource.

titex.bmp is the name of the texture for the logo in the background, feel free to try getting rid of all the loading and rendering code for that quad, or replace it. The other texture is for the ball. Feel free to add a custom ball bitmap texture instead. To do so, just add the bitmap to the solution as an "Existing Item." Afterwards, right click on the bitmap in the solution explorer, and select properties. Then in the topmost dropdown menu select "embedded resource." Good luck!

  User Rating: 1067   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

I got told I had to install .Net 2.04.(Blah), and that it wouldn't run until I did. I hate C#.

  User Rating: 1039   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

It wouldn't work for me either since I don't have .NET. That's actually why I decided not to learn C#.

Mike C.
http://www.coolgroups.com/zoomer/

  User Rating: 956   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

All times are ET (US)

Post Reply
 
Info
 GDS News
 About the GDS


Genre
 All
 Action
 Adventure
 Arcade
 Educational
 Fighting
 Puzzle
 Racing
 Role-Playing
 Shooter
 Simulation
 Sports
 Strategy
 Traditional


Platform
 DOS
 Linux
 OSX
 Windows