|
Submitted by , posted on 21 February 2003
|
|
Image Description, by
I've lurked around the boards for a while but never really posted anything.
Anyway,
Here are a few screen shots of my first complete game (yay). The basic idea was inspired by tetris. Blocks fall from the top of the screen and you rotate them to match three or more of a kind of block horizontally, vertically or diagonally and they disappear.
Nothing cutting edge:
Windows GDI is used for all the graphics.
All the window controls/input uses the WIN32 API (no MFC).
Each of the three game types is encapsulated in its own DLL. Slap
in a new DLL for a new version of the game.
Visit my web site for the executables and source: http://home.earthlink.net/~sardook/.
|
|