Advertisement

Need help please: putting it all together

Started by May 15, 2001 01:05 PM
0 comments, last by Big_Bad_Bill 23 years, 8 months ago
Ok, I'm really new at game programming, I know some basics, but I have trouble putting it all together. I've started a minesweeper type game, but I just don't know how to put it all together, i.e. putting the graphics on the screen, checking which square has been clicked, and also how to check for game-overs and such. Any help would be much appreciated. Thanks. Bill Oh yeah, if you read my CodeWarrior/Mac post, this isn't the game I'm making for school. This is what I'm doing on my free time and I'm using MSVC++ on my HP at home. Edited by - Big_Bad_Bill on May 15, 2001 2:07:14 PM Edited by - felisandria on May 15, 2001 3:26:58 PM
If you don''t know any of this stuff, how do you expect to do a school project with it? On a windows machine, just use the windows messages and GDI for a simple game''s I/O. If you don''t know what that is, go get a good book or prepare to spend several days immersed in MSDN. That stuff is not easily explained in a message board post. It is a very long tutorial just to cover the basics. As for a mac, good luck. CodeWarrior is what my school uses on its macs, and I can''t think of anything more horrible. It''s like fingernails on a chalkboard... Stick with MSVC++ and windows for games. Its just easier.

--------------------


You are not a real programmer until you end all your sentences with semicolons; (c) 2000 ROAD Programming

You are unique. Just like everybody else.

"Mechanical engineers design weapons; civil engineers design targets."
"Sensitivity is adjustable, so you can set it to detect elephants and other small creatures." -- Product Description for a vibration sensor

Yanroy@usa.com

--------------------

You are not a real programmer until you end all your sentences with semicolons; (c) 2000 ROAD Programming
You are unique. Just like everybody else.
"Mechanical engineers design weapons; civil engineers design targets."
"Sensitivity is adjustable, so you can set it to detect elephants and other small creatures." -- Product Description for a vibration sensor

Yanroy@usa.com

This topic is closed to new replies.

Advertisement