Click to See Complete Forum and Search --> : MFC and Games...


Hazuki-san
October 14th, 2004, 09:41 AM
I was thinking of making an attempt at a simple game in C++. I am new to MFC, but I was wondering if MFC can be used for the GUI and/or graphics. Can it? How would I make the graphics and GUI if I don't use MFC?

Thanks.

Idmir
October 14th, 2004, 11:15 AM
How simple is this simple game going to be? 2d? 3d?

yosef
October 20th, 2004, 09:05 AM
Hellow.

It really does not metter in what language and with which tools you going to
implement your game. If your game is not complex enough you can do it in VC++
using MFC. Read some articles in this and other sites about MFC, buy some
books and do it. From my expierance I can say that it is possible to write a game
with MFC.

The main point in game writing is behind code logic and math.

Good luck !!!

:wave: