Simple Source Code?
I just want to look at the source code for a simple game like Pong or Tetris. It is simply for learning. If anyone would like to post something that they''ve recently done, that would be great!
Thanks,
the§parko
We are what we repeatedly do. Success in life is not an act, but a habit.
We are what we repeatedly do. Success in life is not an act, but a habit.
Someone beat you to the thought:
Here're a few links for your perusal:
*GPG, by Ironblayde. Tutorial series on Win32 programming and DirectDraw.
*Start here, generic suggestions, maybe something of worth.
Can't think of anything else at the moment...GameTutorials.com has a few DOS-based game tuts...
Oh, yeah. You asked for Tetris? You want Tetris? Here's Tetris, pouya-style
Peace,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
[edited by - zealouselixir on November 5, 2002 10:51:12 PM]
quote: said Aristotle,
We are what we repeatedly do. Excellence, then,
is not an act, but a habit.
Here're a few links for your perusal:
*GPG, by Ironblayde. Tutorial series on Win32 programming and DirectDraw.
*Start here, generic suggestions, maybe something of worth.
Can't think of anything else at the moment...GameTutorials.com has a few DOS-based game tuts...
Oh, yeah. You asked for Tetris? You want Tetris? Here's Tetris, pouya-style
Due to the fact that the forums are gay, this code had to be removed.Please Google for pouya tetris 30or view the thread "113 Lines" here on the forums for more info.
Peace,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
[edited by - zealouselixir on November 5, 2002 10:51:12 PM]
[twitter]warrenm[/twitter]
November 05, 2002 09:54 PM
Check this out: <a href="http://www.gamedev.net/community/forums/forum.asp?forum_id=33">Hands on Interactive Game Development</a>
November 05, 2002 09:59 PM
this aint too bad. made it for a friend. you can use the directx.h, dont be too worried about whats in the .cpp
http://www.uslink.net/~jed/pong.zip
http://www.uslink.net/~jed/pong.zip
Thank you to all who''ve replied so very quickly. I was checking out the pouya code, I couldn''t resist, and I can''t compile it cause it''s missing the link for timeGetTime. What library do I need to include to make it work? And does it come standard with VC++?
-the§parko-
We are what we repeatedly do. Success in life is not an act, but a habit.
-the§parko-
We are what we repeatedly do. Success in life is not an act, but a habit.
We are what we repeatedly do. Success in life is not an act, but a habit.
November 05, 2002 11:05 PM
timeGetTime is in winmm.lib
and yes, its part of what comes with msvc
and yes, its part of what comes with msvc
quote: Original post by theSparkoRefer to Pouya''s tetris tutorial - it explains that step.
Thank you to all who''ve replied so very quickly. I was checking out the pouya code, I couldn''t resist, and I can''t compile it cause it''s missing the link for timeGetTime. What library do I need to include to make it work? And does it come standard with VC++?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement