Advertisement

Sorry to bother

Started by February 08, 2003 02:03 PM
2 comments, last by cybersniper 21 years, 9 months ago
Now I wanted to know how could I start a simple game like tetris in c++
CYBER SNIPER
Learn C/C++, learn a graphical api like OpenGL/Direct3d/SDL/Allegro or whatever, and then program away.
Advertisement
^^That''s how I did it.
altairaltair734@yahoo.comwww.geocities.com/altair734
int main()

{ create_tetris();
return(complete_game);
}

This topic is closed to new replies.

Advertisement